/aosp12/frameworks/base/core/tests/coretests/src/android/app/activity/ |
H A D | BroadcastTest.java | 385 BroadcastReceiver finish = new BroadcastReceiver() { in testRegisteredReceivePermissionDenied() local 393 null, finish, null, Activity.RESULT_CANCELED, null, null); in testRegisteredReceivePermissionDenied() local 412 BroadcastReceiver finish = new BroadcastReceiver() { in testRegisteredBroadcastPermissionDenied() local 420 PERMISSION_DENIED, finish, null, Activity.RESULT_CANCELED, in testRegisteredBroadcastPermissionDenied() local 434 BroadcastReceiver finish = new BroadcastReceiver() { in testLocalReceivePermissionDenied() local 442 null, finish, null, Activity.RESULT_CANCELED, in testLocalReceivePermissionDenied() local 458 BroadcastReceiver finish = new BroadcastReceiver() { in testLocalBroadcastPermissionDenied() local 466 PERMISSION_DENIED, finish, null, Activity.RESULT_CANCELED, in testLocalBroadcastPermissionDenied() local 480 BroadcastReceiver finish = new BroadcastReceiver() { in testRemoteReceivePermissionDenied() local 488 null, finish, null, Activity.RESULT_CANCELED, in testRemoteReceivePermissionDenied() local [all …]
|
H A D | IntentSenderTest.java | 48 PendingIntent.OnFinished finish = new PendingIntent.OnFinished() { in testRegisteredReceivePermissionDenied() local 75 PendingIntent.OnFinished finish = new PendingIntent.OnFinished() { in testLocalReceivePermissionDenied() local
|
/aosp12/system/extras/memory_replay/tests/ |
H A D | ThreadTest.cpp | 39 volatile bool* finish = thread_data->second; in ThreadWaitForReady() local 49 volatile bool finish = false; in TEST() local 69 volatile bool* finish = thread_data->second; in ThreadWaitForPending() local 79 volatile bool finish = false; in TEST() local
|
/aosp12/packages/modules/NeuralNetworks/common/ |
H A D | SharedMemory.cpp | 53 GeneralResult<SharedMemory> MutableMemoryBuilder::finish() { in finish() function in android::nn::MutableMemoryBuilder 70 GeneralResult<SharedMemory> ConstantMemoryBuilder::finish() { in finish() function in android::nn::ConstantMemoryBuilder
|
H A D | TokenHasher.cpp | 48 bool TokenHasher::finish() { in finish() function in android::nn::TokenHasher
|
/aosp12/art/test/1995-final-virtual-structural-multithread/src/art/ |
H A D | Test1995.java | 125 public void finish() throws Exception { in finish() method in Test1995.MyThread 141 public volatile boolean finish; field in Test1995.MyThread
|
/aosp12/art/test/2001-virtual-structural-multithread/src-art/art/ |
H A D | Test2001.java | 185 public void finish() throws Exception { in finish() method in Test2001.MyThread 203 public volatile boolean finish; field in Test2001.MyThread
|
/aosp12/frameworks/base/core/java/android/service/contentcapture/ |
H A D | IDataShareReadAdapter.aidl | 25 void finish(); in finish() method
|
/aosp12/frameworks/base/packages/BackupEncryption/src/com/android/server/backup/encryption/ |
H A D | FullRestoreDataProcessor.java | 50 void finish(FullRestoreDownloader.FinishType finishType); in finish() method
|
/aosp12/packages/modules/NeuralNetworks/tools/api/ |
H A D | generate_api.py | 17 def finish(self): member in Reader 58 def finish(self): member in Specification
|
/aosp12/frameworks/base/core/java/android/view/contentcapture/ |
H A D | IDataShareWriteAdapter.aidl | 28 void finish(); in finish() method
|
/aosp12/packages/modules/Connectivity/tests/cts/hostside/app2/src/com/android/cts/net/hostside/app2/ |
H A D | MyActivity.java | 58 public void finish() { in finish() method in MyActivity
|
/aosp12/frameworks/base/core/java/android/accounts/ |
H A D | AccountAuthenticatorActivity.java | 73 public void finish() { in finish() method in AccountAuthenticatorActivity
|
/aosp12/frameworks/base/core/tests/coretests/BstatsTestApp/src/com/android/coretests/apps/bstatstestapp/ |
H A D | TestActivity.java | 37 public void finish() { in finish() method in TestActivity
|
/aosp12/art/test/2005-pause-all-redefine-multithreaded/src/art/ |
H A D | Test2005.java | 124 public void finish() throws Exception { in finish() method in Test2005.MyThread 142 public volatile boolean finish; field in Test2005.MyThread
|
/aosp12/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/1/android/system/keystore2/ |
H A D | IKeystoreOperation.aidl | 40 @nullable byte[] finish(in @nullable byte[] input, in @nullable byte[] signature); in finish() method
|
/aosp12/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/ |
H A D | IKeystoreOperation.aidl | 40 @nullable byte[] finish(in @nullable byte[] input, in @nullable byte[] signature); in finish() method
|
/aosp12/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/ |
H A D | IKeystoreOperation.aidl | 111 @nullable byte[] finish(in @nullable byte[] input, in @nullable byte[] signature); in finish() method
|
/aosp12/frameworks/compile/mclinker/include/mcld/LD/ |
H A D | DiagnosticPrinter.h | 31 virtual void finish() {} in finish() function
|
/aosp12/frameworks/native/libs/input/tests/ |
H A D | InputPublisherAndConsumer_test.cpp | 131 const InputPublisher::Finished& finish = std::get<InputPublisher::Finished>(*result); in PublishAndConsumeKeyEvent() local 280 const InputPublisher::Finished& finish = std::get<InputPublisher::Finished>(*result); in PublishAndConsumeMotionEvent() local 322 const InputPublisher::Finished& finish = std::get<InputPublisher::Finished>(*result); in PublishAndConsumeFocusEvent() local 363 const InputPublisher::Finished& finish = std::get<InputPublisher::Finished>(*result); in PublishAndConsumeCaptureEvent() local 407 const InputPublisher::Finished& finish = std::get<InputPublisher::Finished>(*result); in PublishAndConsumeDragEvent() local
|
/aosp12/frameworks/base/core/java/android/app/servertransaction/ |
H A D | TransactionExecutor.java | 182 public void cycleToPath(ActivityClientRecord r, int finish, ClientTransaction transaction) { in cycleToPath() 191 private void cycleToPath(ActivityClientRecord r, int finish, boolean excludeLastState, in cycleToPath()
|
/aosp12/packages/apps/Settings/src/com/android/settings/development/storage/ |
H A D | LeaseInfoListView.java | 138 finish(); in getDialogOnClickListener() method
|
/aosp12/packages/modules/DnsResolver/ |
H A D | OperationLimiter.h | 79 void finish(KeyType key) EXCLUDES(mMutex) { in finish() function
|
/aosp12/frameworks/base/keystore/java/android/security/keystore2/ |
H A D | KeyStoreCryptoOperationChunkedStreamer.java | 79 byte[] finish(byte[] input, byte[] signature) throws KeyStoreException; in finish() method 226 public byte[] finish(byte[] input, byte[] signature) in finish() method in KeyStoreCryptoOperationChunkedStreamer.MainDataStream
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
H A D | RecentsAnimationController.java | 122 public void finish(boolean toRecents, Runnable onFinishComplete) { in finish() method in RecentsAnimationController 134 public void finish(boolean toRecents, Runnable onFinishComplete, boolean sendUserLeaveHint) { in finish() method in RecentsAnimationController
|