Home
last modified time | relevance | path

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

12

/cts/common/device-side/util/src/com/android/compatibility/common/util/
DStateManager.java35 @Nullable T get(); in get() method
DSettingsStateManager.java57 public String get() { in get() method in SettingsStateManager
DSettingsUtils.java156 public static String get(@NonNull String namespace, @NonNull String key) { in get() method in SettingsUtils
169 public static String get(@NonNull String key) { in get() method in SettingsUtils
DDeviceConfigStateManager.java79 public String get() { in get() method in DeviceConfigStateManager
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DStateManager.java35 @Nullable T get(); in get() method
DSettingsStateManager.java57 public String get() { in get() method in SettingsStateManager
DSettingsUtils.java155 public static String get(@NonNull String namespace, @NonNull String key) { in get() method in SettingsUtils
168 public static String get(@NonNull String key) { in get() method in SettingsUtils
DDeviceConfigStateManager.java79 public String get() { in get() method in DeviceConfigStateManager
/cts/tools/dasm/src/dasm/
DReservedWords.java26 public static token get(String name) { in get() method in ReservedWords
DDopInfo.java104 public static DopInfo get(String name) { in get() method in DopInfo
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/settings/
DSettingsSession.java68 T get(ContentResolver cr, String key) throws SettingNotFoundException; in get() method
118 public T get() { in get() method in SettingsSession
150 private static <T> T get(final Uri uri, final SettingsGetter<T> getter) in get() method in SettingsSession
/cts/tests/tests/os/src/android/os/cts/
DParcelFileDescriptorPeer.java104 public ParcelFileDescriptor get() throws RemoteException { in get() method in ParcelFileDescriptorPeer
215 public IOException get() throws InterruptedException, ExecutionException { in get() method in ParcelFileDescriptorPeer.FutureCloseListener
DIParcelFileDescriptorPeer.aidl31 ParcelFileDescriptor get(); in get() method
DCrossProcessExceptionTest.java53 public IBinder get() throws InterruptedException, ExecutionException { in get() method in CrossProcessExceptionTest.PeerConnection
DParcelFileDescriptorProcessTest.java62 public IParcelFileDescriptorPeer get() throws InterruptedException, ExecutionException { in get() method in ParcelFileDescriptorProcessTest.PeerConnection
DSeccompTest.java298 public ISeccompIsolatedService get() throws InterruptedException, ExecutionException { in get() method in SeccompTest.IsolatedServiceConnection
/cts/tests/app/src/android/app/cts/
DKeyguardManagerTest.java52 Method get = KeyguardManager.class.getMethod("getPrivateNotificationsAllowed"); in testPrivateNotificationsAllowed() local
/cts/tests/tests/binder_ndk/src/android/binder/cts/
DSyncTestServiceConnection.java64 ITest get() { in get() method in SyncTestServiceConnection
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DTestJournalProvider.java264 public static TestJournal get(ComponentName owner) { in get() method in TestJournalProvider.TestJournalContainer
269 public static TestJournal get(String owner) { in get() method in TestJournalProvider.TestJournalContainer
294 private synchronized static TestJournalContainer get() { in get() method in TestJournalProvider.TestJournalContainer
/cts/libs/vogar-expect/src/vogar/
DExpectationStore.java75 public Expectation get(String name) { in get() method in ExpectationStore
89 public Expectation get(Outcome outcome) { in get() method in ExpectationStore
/cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/
DCertSelectionDelegateTest.java138 public String get() throws InterruptedException { in get() method in CertSelectionDelegateTest.KeyChainAliasFuture
/cts/hostsidetests/classloaders/splits/apps/src/com/android/cts/classloadersplitapp/
DSplitAppTest.java142 public Bundle get() throws Exception { in get() method in SplitAppTest.ExtrasResultReceiver
/cts/tests/tests/netsecpolicy/src/android/security/
DNetworkSecurityPolicyTestBase.java321 public T get() throws InterruptedException, ExecutionException { in get() method in NetworkSecurityPolicyTestBase.SettableFuture
331 public T get(long timeout, TimeUnit timeUnit) in get() method in NetworkSecurityPolicyTestBase.SettableFuture
/cts/tests/tests/graphics/src/android/graphics/cts/
DRenderTarget.java205 public T get() throws InterruptedException { in get() method in RenderTarget.GenericFuture
/cts/tests/tests/security/src/android/security/cts/
DRenderTarget.java209 public T get() throws InterruptedException { in get() method in RenderTarget.GenericFuture

12