/frameworks/proto_logging/stats/express/catalog/ |
D | device_lock.cfg | 29 display_name: "Device Lock successful check in response count" 30 description: "The counter of successful check in events logged in Device Lock" 40 display_name: "Device Lock successful provisioning count" 41 description: "The counter of successful provisioning events logged in Device Lock" 51 display_name: "Device Lock successful locking count" 52 description: "The counter of successful locking device events logged in Device Lock" 62 display_name: "Device Lock successful unlocking count" 63 description: "The counter of successful unlocking device events logged in Device Lock"
|
/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/ |
D | UceStatsWriterTest.java | 62 boolean successful; field in UceStatsWriterTest.Callback 92 this.successful = true; in onSubscribeResponse() 97 public void onUceEvent(int subId, int type, boolean successful, int commandCode, in onUceEvent() argument 101 this.successful = successful; in onUceEvent() 179 assertTrue(mCallback.successful); in setSubscribeEvent() 200 assertEquals(mSuccessful, mCallback.successful); in setUceEvent()
|
/frameworks/base/core/java/android/service/trust/ |
D | ITrustAgentService.aidl | 27 oneway void onUnlockAttempt(boolean successful); in onUnlockAttempt() argument 38 oneway void onEscrowTokenRemoved(long handle, boolean successful); in onEscrowTokenRemoved() argument
|
D | TrustAgentService.java | 306 public void onUnlockAttempt(boolean successful) { in onUnlockAttempt() argument 411 public void onEscrowTokenRemoved(long handle, boolean successful) { in onEscrowTokenRemoved() argument 706 public void onUnlockAttempt(boolean successful) { in onUnlockAttempt() argument 707 mHandler.obtainMessage(MSG_UNLOCK_ATTEMPT, successful ? 1 : 0, 0).sendToTarget(); in onUnlockAttempt() 783 public void onEscrowTokenRemoved(long handle, boolean successful) { in onEscrowTokenRemoved() argument 786 msg.getData().putBoolean(EXTRA_TOKEN_REMOVED_RESULT, successful); in onEscrowTokenRemoved()
|
/frameworks/proto_logging/stats/atoms/telephony/satellite/ |
D | satellite_extension_atoms.proto | 61 // Total count of successful attempts for turning on satellite service. 65 // Total count of successful attempt for outgoing datagrams. 69 // Total count of successful attempt for incoming datagrams. 73 // Total count of successful attempts for transferring SOS SMS. 77 // Total count of successful attempts for transferring location sharing. 81 // Total count of successful attempt for provisioning. 85 // Total count of successful attempts for deprovisioning. 96 // Count of successful satellite service enablement in demo mode 100 // Total count of successful outgoing datagrams in demo mode. 104 // Total count of successful incoming datagrams in demo mode. [all …]
|
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/ |
D | UceStatsWriter.java | 103 void onUceEvent(int subId, int type, boolean successful, int commandCode, in onUceEvent() argument 213 public void setUceEvent(int subId, @UceEventType int type, boolean successful, in setUceEvent() argument 216 mCallBack.onUceEvent(subId, type, successful, commandCode, networkResponse); in setUceEvent()
|
/frameworks/native/services/vibratorservice/test/ |
D | VibratorHalWrapperAidlTest.cpp | 391 vibrator::Info successful = mWrapper->getInfo(); in TEST_F() local 392 ASSERT_EQ(vibrator::Capabilities::ON_CALLBACK, successful.capabilities.value()); in TEST_F() 393 ASSERT_EQ(supportedEffects, successful.supportedEffects.value()); in TEST_F() 394 ASSERT_EQ(supportedBraking, successful.supportedBraking.value()); in TEST_F() 395 ASSERT_EQ(supportedPrimitives, successful.supportedPrimitives.value()); in TEST_F() 396 ASSERT_EQ(primitiveDurations, successful.primitiveDurations.value()); in TEST_F() 397 ASSERT_EQ(std::chrono::milliseconds(PRIMITIVE_DELAY_MAX), successful.primitiveDelayMax.value()); in TEST_F() 399 successful.pwlePrimitiveDurationMax.value()); in TEST_F() 400 ASSERT_EQ(COMPOSITION_SIZE_MAX, successful.compositionSizeMax.value()); in TEST_F() 401 ASSERT_EQ(PWLE_SIZE_MAX, successful.pwleSizeMax.value()); in TEST_F() [all …]
|
/frameworks/base/core/java/android/database/sqlite/ |
D | SQLiteSession.java | 431 boolean successful = (top.mMarkedSuccessful || yielding) && !top.mChildFailed; in endTransactionUnchecked() 437 if (successful) { in endTransactionUnchecked() 444 successful = false; in endTransactionUnchecked() 452 if (!successful) { in endTransactionUnchecked() 462 if (successful) { in endTransactionUnchecked()
|
/frameworks/base/tests/TrustTests/src/android/trust/test/ |
D | UnlockAttemptTest.kt | 180 override fun onUnlockAttempt(successful: Boolean) { in onUnlockAttempt() 181 super.onUnlockAttempt(successful) in onUnlockAttempt() 182 if (successful) { in onUnlockAttempt()
|
/frameworks/proto_logging/stats/atoms/adaptiveauth/ |
D | adaptiveauth_extension_atoms.proto | 32 * Logs unlock and lock info when a successful primary auth or biometric auth happens after the 44 // The time that a successful primary or biometric auth happens in milliseconds since boot
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | DefaultAppProvider.java | 78 final Consumer<Boolean> callback = successful -> { in setDefaultBrowser() 79 if (!successful) { in setDefaultBrowser()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/ |
D | RcsStatsTest.java | 1053 boolean successful = true; in onImsRegistrationServiceDescStats_withAtoms() 1070 mRcsStats.onUceEventStats(mSubId, type, successful, commandCode, networkResponse); in onImsRegistrationServiceDescStats_withAtoms() 1078 assertEquals(successful, stats.successful); in onImsRegistrationServiceDescStats_withAtoms() 1135 boolean successful = true; in onImsRegistrationServiceDescStats_withAtomsInvalidSubId() 1151 mRcsStats.onUceEventStats(mSubId, type, successful, commandCode, networkResponse); in onImsRegistrationServiceDescStats_withAtomsInvalidSubId() 1157 mRcsStats.onUceEventStats(mSubId, type, successful, commandCode, networkResponse); in onImsRegistrationServiceDescStats_withAtomsInvalidSubId() 1185 boolean successful = true; in onUceEventStats_withAtoms() 1189 mRcsStats.onUceEventStats(mSubId, messageType, successful, commandCode, networkResponse); in onUceEventStats_withAtoms() 1196 assertEquals(successful, stats.successful); in onUceEventStats_withAtoms() 1233 boolean successful = false; in onGbaEvent_withAtoms() [all …]
|
/frameworks/opt/car/setupwizard/library/utils/src/com/android/car/setupwizardlib/ |
D | InitialLockListener.java | 31 void onConnectionAttemptFinished(boolean successful); in onConnectionAttemptFinished() argument
|
/frameworks/hardware/interfaces/sensorservice/1.0/ |
D | IEventQueue.hal | 35 * @return result OK if successful, or 49 * @return result OK if successful,
|
D | ISensorManager.hal | 77 * @return result OK if successful; 98 * @return result OK if successful; 115 * @return result OK if successful, BAD_VALUE if callback is null,
|
/frameworks/av/media/module/codecs/mp3dec/fuzzer/ |
D | README.md | 19 * If the decode operation was successful, the input is advanced by the number 21 * If the decode operation was un-successful, the input is advanced by 1 byte
|
/frameworks/av/media/module/codecs/amrwb/enc/fuzzer/ |
D | README.md | 24 If the encode operation was successful, the input is advanced by the frame size. 25 If the encode operation was un-successful, the input is still advanced by frame size so
|
/frameworks/av/media/module/codecs/amrnb/enc/fuzzer/ |
D | README.md | 24 If the encode operation was successful, the input is advanced by the frame size. 25 If the encode operation was un-successful, the input is still advanced by frame size so
|
/frameworks/av/media/module/codecs/amrwb/dec/fuzzer/ |
D | README.md | 24 If the decode operation was successful, the input is advanced by the frame size 26 If the decode operation was un-successful, the input is still advanced by frame size so
|
/frameworks/av/media/module/codecs/amrnb/fuzzer/ |
D | README.md | 25 If the decode operation was successful, the input is advanced by the frame size 27 If the decode operation was un-successful, the input is still advanced by frame size so
|
/frameworks/base/core/java/android/app/trust/ |
D | ITrustManager.aidl | 28 void reportUnlockAttempt(boolean successful, int userId); in reportUnlockAttempt() argument
|
/frameworks/base/telecomm/java/android/telecom/ |
D | DefaultDialerManager.java | 80 Consumer<Boolean> callback = successful -> { in setDefaultDialerApplication() 81 if (successful) { in setDefaultDialerApplication()
|
/frameworks/av/media/module/codecs/m4v_h263/fuzzer/ |
D | README.md | 14 * If the decode operation was successful, the input is advanced by the number of bytes consumed 16 * If the decode operation was un-successful, the input is advanced by 1 byte so that the fuzzer 119 If the encode operation was successful, the input is advanced by the frame size. 120 If the encode operation was un-successful, the input is still advanced by frame size so
|
/frameworks/proto_logging/stats/atoms/wearpas/ |
D | wearpas_extension_atoms.proto | 35 * Number of successful suspends with duration < configured break-even during 59 * Time spent doing suspend/resume work for all successful suspends during 84 * backoff" is initiated to the time beginning of the successful suspend that
|
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/ |
D | MultiPointerDraggable.kt | 312 val successful: Boolean in detectDragGestures() constant 316 successful = in detectDragGestures() 338 if (successful) { in detectDragGestures()
|