/development/samples/SampleSyncAdapter/samplesyncadapter_server/ |
D | dashboard.py | 79 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
|
D | web_services.py | 121 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/ |
D | MonkeySourceNetworkVars.java | 45 public String get(); in get() method 55 public String get() { in get() method in MonkeySourceNetworkVars.StaticVarGetter
|
/development/tools/winscope/src/common/store/ |
D | store.ts | 33 get(key: string): string | undefined; method
|
D | persistent_store.ts | 27 get(key: string): string | undefined { method in PersistentStore
|
D | in_memory_storage.ts | 42 get(key: string): string | undefined { method in InMemoryStorage
|
/development/tools/winscope/src/parsers/window_manager/operations/ |
D | operation_lists.ts | 309 get(type: ProtoType): OperationLists { method in WmOperationLists
|
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/inject/ |
D | Injector.java | 59 public static Injector get(Activity activity) { in get() method in Injector
|
/development/tools/axl/ |
D | chewie.py | 23 def get(self, url): member in Queue
|
/development/tools/winscope/src/common/ |
D | http_request.ts | 56 static async get( method in HttpRequest
|
D | buffer_utils.ts | 34 get(): Uint8Array { method in ResizableBuffer
|
/development/tools/external_crates/test_mapping/src/ |
D | rdeps.rs | 52 pub fn get(&self, name: &str) -> Option<&BTreeSet<String>> { in get() method
|
/development/tools/external_crates/crate_tool/src/ |
D | crate_collection.rs | 62 pub fn get(&self, nv: &dyn NamedAndVersioned) -> Option<&Crate> { in get() method
|
/development/tools/winscope/src/trace_processor/ |
D | query_result.ts | 693 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/ |
D | AsyncTask.java | 507 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
|
D | DiskLruCache.java | 473 public synchronized Snapshot get(String key) throws IOException { in get() method in DiskLruCache
|
/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
D | XmlDocumentProvider.java | 228 final HttpGet get = new HttpGet(url); in getUriXmlPullParser() local
|