/packages/apps/Messaging/src/com/android/messaging/ui/ |
UIIntents.java | 74 // Intent action for local broadcast receiver for conversation self id change. 277 * Broadcast conversation self id change so it may be reflected in the message compose UI.
|
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/ |
BleScanReceiver.java | 55 // Test start time is set when receiving the broadcast message from Python client 238 * Method to receive the broadcast from python client
|
/packages/services/Telephony/src/com/android/phone/vvm/ |
RemoteVvmTaskManager.java | 306 * Temporarily use a broadcast to notify dialer VVM events instead of using the 312 VvmLog.i(TAG, "sending broadcast " + what + " to " + remotePackage);
|
/tools/test/connectivity/acts/tests/google/ble/power/ |
BleScanPowerTest.py | 47 PMC_BASE_CMD = ("am broadcast -a com.android.pmc.BLESCAN --es ScanMode ") 91 self.ad.log.info("Send broadcast message: %s", msg)
|
/art/runtime/ |
thread_list.cc | 376 // suspend count. Now the suspend_count_ is lowered so we must do the broadcast. 378 Thread::resume_cond_->Broadcast(self); 569 // The thread will resume right after the broadcast. 577 Thread::resume_cond_->Broadcast(self); 607 Thread::resume_cond_->Broadcast(self); 798 // Broadcast a notification to all suspended threads, some or all of 805 Thread::resume_cond_->Broadcast(self); 844 Thread::resume_cond_->Broadcast(self); [all...] |
thread_pool.h | 95 // Broadcast to the workers and tell them to empty out the work queue.
|
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/ipaddr/ |
ipaddr_test.py | 286 self.assertEqual(int(self.ipv4.broadcast), 16909311L) 287 self.assertEqual(str(self.ipv4.broadcast), '1.2.3.255') 289 self.assertEqual(int(self.ipv6.broadcast), 291 self.assertEqual(str(self.ipv6.broadcast), 418 # with identical broadcast addresses. [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
SMSDispatcher.java | 234 * The format of the message PDU in the associated broadcast intent. 239 * SMS_RECEIVED_ACTION broadcast intent MUST pass the "format" extra from the intent 733 * broadcast when the message is successfully sent, or failed. 747 * broadcast when the message is delivered to the recipient. The 760 * broadcast when the message is successfully sent, or failed. 774 * broadcast when the message is delivered to the recipient. The 790 * broadcast when the message is successfully received by the [all...] |
/external/boringssl/src/crypto/aes/asm/ |
aesni-x86.pl | [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/jobscheduler/ |
ChargingConstraintTestActivity.java | 134 // ignore this [spurious!] broadcast on non-battery devices
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
ShortcutThrottlingResetActivity.java | 156 * Let the human tester do an inline reply, and wait for the reply broadcast from the bot apk.
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
P2pBroadcastReceiverTest.java | 32 * The utility class for testing wifi direct broadcast intent.
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/userrestrictions/ |
BaseUserRestrictionsTest.java | 272 assertTrue("Didn't receive broadcast", latch.await(120, TimeUnit.SECONDS));
|
/cts/hostsidetests/services/activityandwindowmanager/activitymanager/src/android/server/cts/ |
ActivityManagerAssistantStackTests.java | 120 executeShellCommand("am broadcast -a " + TEST_ACTIVITY_ACTION_FINISH_SELF);
|
/cts/tests/JobScheduler/src/android/jobscheduler/cts/ |
ConstraintTest.java | 125 * Rather than wait for this to happen, we cheat and send this broadcast instead.
|
/cts/tests/tests/alarmclock/src/android/alarmclock/cts/ |
AlarmClockTestBase.java | 125 fail("Failed to receive broadcast in " + TIMEOUT_MS + "msec");
|
/cts/tests/tests/assist/service/src/android/voiceinteraction/service/ |
MainInteractionService.java | 105 Log.i(MainInteractionService.TAG, "Recieved broadcast to start session now.");
|
/cts/tests/tests/carrierapi/src/android/carrierapi/cts/ |
CarrierApiTest.java | 157 Log.d(TAG, "Broadcast receiver wait was interrupted.");
|
/cts/tests/tests/libcorefileio/src/android/cts/ |
LockHoldingService.java | 138 * Acquires and holds the lock for a time specified by the test. Sends a broadcast message after
|
/cts/tests/tests/packageinstaller/adminpackageinstaller/src/android/packageinstaller/admin/cts/ |
SessionCommitBroadcastTest.java | 74 // Broadcast not received
|
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/ |
ShortcutManagerThrottlingTest.java | 38 * This class uses broadcast receivers to communicate with it, because if we just used an
|
/cts/tests/tests/shortcutmanager/throttling/src/android/content/pm/cts/shortcutmanager/throttling/ |
ShortcutManagerThrottlingTestReceiver.java | 36 * foreground and will never be throttled, so we use a broadcast to communicate from the
|
/developers/build/prebuilts/gradle/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/ |
AdvertiserService.java | 238 * Builds and sends a broadcast intent indicating Advertising has failed. Includes the error
|
/developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/ |
DeviceListActivity.java | 138 // Unregister broadcast listeners
|
/developers/samples/android/connectivity/bluetooth/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/ |
AdvertiserService.java | 238 * Builds and sends a broadcast intent indicating Advertising has failed. Includes the error
|