All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.content.ContentQueryMap Maven / Gradle / Ivy

Go to download

A library jar that provides APIs for Applications written for the Google Android Platform.

There is a newer version: 4.1.1.4
Show newest version
package android.content;
public class ContentQueryMap
  extends java.util.Observable
{
public  ContentQueryMap(android.database.Cursor cursor, java.lang.String columnNameOfKey, boolean keepUpdated, android.os.Handler handlerForUpdateNotifications) { throw new RuntimeException("Stub!"); }
public  void setKeepUpdated(boolean keepUpdated) { throw new RuntimeException("Stub!"); }
public synchronized  android.content.ContentValues getValues(java.lang.String rowName) { throw new RuntimeException("Stub!"); }
public  void requery() { throw new RuntimeException("Stub!"); }
public synchronized  java.util.Map getRows() { throw new RuntimeException("Stub!"); }
public synchronized  void close() { throw new RuntimeException("Stub!"); }
protected  void finalize() throws java.lang.Throwable { throw new RuntimeException("Stub!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy