Home
last modified time | relevance | path

Searched defs:get (Results 1 – 17 of 17) sorted by relevance

/development/samples/SampleSyncAdapter/samplesyncadapter_server/
Ddashboard.py79 def get(self): member in ContactInsertPage
101 def get(self): member in ContactEditPage
124 def get(self): member in ContactDeletePage
141 def get(self): member in AvatarEditPage
169 def get(self): member in AvatarViewPage
184 def get(self): member in ContactsListPage
Dweb_services.py121 def get(self): member in Authenticate
134 def get(self): member in SyncContacts
309 def get(self): member in ResetDatabase
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceNetworkVars.java45 public String get(); in get() method
55 public String get() { in get() method in MonkeySourceNetworkVars.StaticVarGetter
/development/tools/winscope/src/common/store/
Dstore.ts33 get(key: string): string | undefined; method
Dpersistent_store.ts27 get(key: string): string | undefined { method in PersistentStore
Din_memory_storage.ts42 get(key: string): string | undefined { method in InMemoryStorage
/development/tools/winscope/src/parsers/window_manager/operations/
Doperation_lists.ts309 get(type: ProtoType): OperationLists { method in WmOperationLists
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/inject/
DInjector.java59 public static Injector get(Activity activity) { in get() method in Injector
/development/tools/axl/
Dchewie.py23 def get(self, url): member in Queue
/development/tools/winscope/src/common/
Dhttp_request.ts56 static async get( method in HttpRequest
Dbuffer_utils.ts34 get(): Uint8Array { method in ResizableBuffer
/development/tools/external_crates/test_mapping/src/
Drdeps.rs52 pub fn get(&self, name: &str) -> Option<&BTreeSet<String>> { in get() method
/development/tools/external_crates/crate_tool/src/
Dcrate_collection.rs62 pub fn get(&self, nv: &dyn NamedAndVersioned) -> Option<&Crate> { in get() method
/development/tools/winscope/src/trace_processor/
Dquery_result.ts693 get(columnName: string): ColumnType|null { method in RowIteratorImpl
867 get: (columnName: string) => ColumnType|null; property in RowIteratorImplWithRowData
953 get[Symbol.toStringTag](): string { method in WaitableQueryResultImpl
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DAsyncTask.java507 public final Result get() throws InterruptedException, ExecutionException { in get() method in AsyncTask
526 public final Result get(long timeout, TimeUnit unit) throws InterruptedException, in get() method in AsyncTask
DDiskLruCache.java473 public synchronized Snapshot get(String key) throws IOException { in get() method in DiskLruCache
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
DXmlDocumentProvider.java228 final HttpGet get = new HttpGet(url); in getUriXmlPullParser() local