/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | VisualVoicemailSmsParserTest.java | 28 WrappedMessageData result = VisualVoicemailSmsParser.parse("//VVM", in testParsing() local 44 WrappedMessageData result = VisualVoicemailSmsParser.parse("//VVM", in testParsing_TrailingSemiColon() local 60 WrappedMessageData result = VisualVoicemailSmsParser.parse("//VVM", in testParsing_EmptyPrefix() local 76 WrappedMessageData result = VisualVoicemailSmsParser.parse("//VVM", in testParsing_EmptyField() local 83 WrappedMessageData result = VisualVoicemailSmsParser.parse("//VVM", in testParsingFail_NotVvm() local 91 WrappedMessageData result = VisualVoicemailSmsParser.parse("//VVM", in testParsingFail_PrefixMismatch() local 99 WrappedMessageData result = VisualVoicemailSmsParser.parse("//VVM", in testParsingFail_MissingFirstColon() local 107 WrappedMessageData result = VisualVoicemailSmsParser.parse("//VVM", in testParsingFail_MissingSecondColon() local 115 WrappedMessageData result = VisualVoicemailSmsParser.parse("//VVM", in testParsingFail_MessageEndAfterClientPrefix() local 123 WrappedMessageData result = VisualVoicemailSmsParser.parse("//VVM", in testParsingFail_MessageEndAfterPrefix() local [all …]
|
/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | TetheringServiceTest.java | 122 void runTetheringCall(TestTetheringResult result) throws Exception; in runTetheringCall() 158 private void runTether(final TestTetheringResult result) throws Exception { in runTether() 168 runAsNoPermission((result) -> { in testTether() argument 175 runAsTetherPrivileged((result) -> { in testTether() argument 180 runAsWriteSettings((result) -> { in testTether() argument 187 private void runUnTether(final TestTetheringResult result) throws Exception { in runUnTether() 197 runAsNoPermission((result) -> { in testUntether() argument 204 runAsTetherPrivileged((result) -> { in testUntether() argument 209 runAsWriteSettings((result) -> { in testUntether() argument 216 private void runSetUsbTethering(final TestTetheringResult result) throws Exception { in runSetUsbTethering() [all …]
|
/frameworks/base/services/tests/servicestests/src/com/android/server/backup/utils/ |
D | FullBackupRestoreObserverUtilsTest.java | 52 IFullBackupRestoreObserver result = FullBackupRestoreObserverUtils.sendStartRestore(null); in sendStartRestore_observerIsNull_returnsNull() local 59 IFullBackupRestoreObserver result = FullBackupRestoreObserverUtils.sendStartRestore( in sendStartRestore_callsObserver() local 70 IFullBackupRestoreObserver result = FullBackupRestoreObserverUtils.sendStartRestore( in sendStartRestore_observerThrows_returnsNull() local 79 IFullBackupRestoreObserver result = FullBackupRestoreObserverUtils.sendOnRestorePackage( in sendOnRestorePackage_observerIsNull_returnsNull() local 87 IFullBackupRestoreObserver result = FullBackupRestoreObserverUtils.sendOnRestorePackage( in sendOnRestorePackage_callsObserver() local 99 IFullBackupRestoreObserver result = FullBackupRestoreObserverUtils.sendOnRestorePackage( in sendOnRestorePackage_observerThrows_returnsNull() local 108 IFullBackupRestoreObserver result = FullBackupRestoreObserverUtils.sendEndRestore(null); in sendEndRestore_observerIsNull_returnsNull() local 115 IFullBackupRestoreObserver result = FullBackupRestoreObserverUtils.sendEndRestore( in sendEndRestore_callsObserver() local 126 IFullBackupRestoreObserver result = FullBackupRestoreObserverUtils.sendEndRestore( in sendEndRestore_observerThrows_returnsNull() local
|
D | BackupManagerMonitorUtilsTest.java | 60 IBackupManagerMonitor result = BackupManagerMonitorUtils.monitorEvent(null, 0, null, 0, in monitorEvent_monitorIsNull_returnsNull() local 70 IBackupManagerMonitor result = BackupManagerMonitorUtils.monitorEvent(mMonitorMock, 0, null, in monitorEvent_monitorOnEventThrows_returnsNull() local 79 IBackupManagerMonitor result = BackupManagerMonitorUtils.monitorEvent(mMonitorMock, 1, null, in monitorEvent_packageAndExtrasAreNull_fillsBundleCorrectly() local 100 IBackupManagerMonitor result = BackupManagerMonitorUtils.monitorEvent(mMonitorMock, 1, in monitorEvent_packageAndExtrasAreNotNull_fillsBundleCorrectly() local 127 IBackupManagerMonitor result = BackupManagerMonitorUtils.monitorEvent(mMonitorMock, 1, in monitorEvent_packageAndExtrasAreNotNull_fillsBundleCorrectlyLong() local 149 Bundle result = BackupManagerMonitorUtils.putMonitoringExtra(bundle, "key", "value"); in putMonitoringExtraString_bundleExists_fillsBundleCorrectly() local 159 Bundle result = BackupManagerMonitorUtils.putMonitoringExtra(null, "key", "value"); in putMonitoringExtraString_bundleDoesNotExist_fillsBundleCorrectly() local 171 Bundle result = BackupManagerMonitorUtils.putMonitoringExtra(bundle, "key", 123); in putMonitoringExtraLong_bundleExists_fillsBundleCorrectly() local 180 Bundle result = BackupManagerMonitorUtils.putMonitoringExtra(null, "key", 123); in putMonitoringExtraLong_bundleDoesNotExist_fillsBundleCorrectly() local 191 Bundle result = BackupManagerMonitorUtils.putMonitoringExtra(bundle, "key", true); in putMonitoringExtraBoolean_bundleExists_fillsBundleCorrectly() local [all …]
|
/frameworks/base/services/tests/servicestests/src/com/android/server/storage/ |
D | FileCollectorTest.java | 46 MeasurementResult result = FileCollector.getMeasurementResult(temporaryFolder.getRoot()); in testEmpty() local 54 MeasurementResult result = FileCollector.getMeasurementResult(temporaryFolder.getRoot()); in testImageFile() local 63 MeasurementResult result = FileCollector.getMeasurementResult(temporaryFolder.getRoot()); in testVideoFile() local 72 MeasurementResult result = FileCollector.getMeasurementResult(temporaryFolder.getRoot()); in testAudioFile() local 81 MeasurementResult result = FileCollector.getMeasurementResult(temporaryFolder.getRoot()); in testMiscFile() local 91 MeasurementResult result = FileCollector.getMeasurementResult(temporaryFolder.getRoot()); in testNestedFile() local 101 MeasurementResult result = FileCollector.getMeasurementResult(temporaryFolder.getRoot()); in testMultipleFiles() local 113 MeasurementResult result = FileCollector.getMeasurementResult(temporaryFolder.getRoot()); in testTotalSize() local 122 MeasurementResult result = FileCollector.getMeasurementResult(temporaryFolder.getRoot()); in testFileEndsWithPeriod() local 131 MeasurementResult result = FileCollector.getMeasurementResult(temporaryFolder.getRoot()); in testIgnoreFileExtensionCase() local
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/controller/ |
D | ServiceWrapperTest.kt | 80 val result = wrapper.load(subscriber) in testLoad_happyPath() constant 89 val result = wrapper.load(subscriber) in testLoad_error() constant 96 val result = wrapper.loadSuggested(subscriber) in testLoadSuggested_happyPath() constant 105 val result = wrapper.loadSuggested(subscriber) in testLoadSuggested_error() constant 113 val result = wrapper.subscribe(list, subscriber) in testSubscribe_happyPath() constant 124 val result = wrapper.subscribe(list, subscriber) in testSubscribe_error() constant 131 val result = wrapper.cancel(subscription) in testCancel_happyPath() constant 140 val result = wrapper.cancel(subscription) in testCancel_error() constant 150 val result = wrapper.action(id, action, actionCallback) in testOnAction_happyPath() constant 165 val result = wrapper.action(id, action, actionCallback) in testOnAction_error() constant
|
/frameworks/base/core/tests/coretests/src/android/util/ |
D | KeyValueListParserTest.java | 50 int[] result = mParser.getIntArray("test", DEFAULT); in testParseIntArrayNullInput() local 57 int[] result = mParser.getIntArray("test", DEFAULT); in testParseIntArrayEmptyInput() local 64 int[] result = mParser.getIntArray(null, DEFAULT); in testParseIntArrayNullKey() local 71 int[] result = mParser.getIntArray("test", DEFAULT); in testParseIntArrayComplexInput() local 80 int[] result = mParser.getIntArray("test", DEFAULT); in testParseIntArrayLeadingSep() local 87 int[] result = mParser.getIntArray("test", DEFAULT); in testParseIntArrayEmptyItem() local 94 int[] result = mParser.getIntArray("test", DEFAULT); in testParseIntArrayTrailingSep() local 104 int[] result = mParser.getIntArray("test", DEFAULT); in testParseIntArrayGoodData() local
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsUt.java | 153 public void queryCallBarring(int cbType, Message result) { in queryCallBarring() 166 public void queryCallBarring(int cbType, Message result, int serviceClass) { in queryCallBarring() 182 mPendingCmds.put(Integer.valueOf(id), result); in queryCallBarring() local 195 public void queryCallForward(int condition, String number, Message result) { in queryCallForward() 211 mPendingCmds.put(Integer.valueOf(id), result); in queryCallForward() local 224 public void queryCallWaiting(Message result) { in queryCallWaiting() 239 mPendingCmds.put(Integer.valueOf(id), result); in queryCallWaiting() local 251 public void queryCLIR(Message result) { in queryCLIR() 266 mPendingCmds.put(Integer.valueOf(id), result); in queryCLIR() local 277 public void queryCLIP(Message result) { in queryCLIP() [all …]
|
/frameworks/base/services/tests/servicestests/src/com/android/server/integrity/engine/ |
D | RuleEvaluatorTest.java | 59 IntegrityCheckResult result = RuleEvaluator.evaluateRules(rules, APP_INSTALL_METADATA); in testEvaluateRules_noRules_allow() local 74 IntegrityCheckResult result = in testEvaluateRules_noMatchedRules_allow() local 97 IntegrityCheckResult result = in testEvaluateRules_oneMatch_deny() local 127 IntegrityCheckResult result = in testEvaluateRules_multipleMatches_deny() local 146 IntegrityCheckResult result = in testEvaluateRules_ruleWithNot_deny() local 161 IntegrityCheckResult result = in testEvaluateRules_ruleWithIntegerOperators_deny() local 184 IntegrityCheckResult result = in testEvaluateRules_validForm_deny() local 207 IntegrityCheckResult result = in testEvaluateRules_orRules() local 232 IntegrityCheckResult result = in testEvaluateRules_compoundFormulaWithNot_deny() local 262 IntegrityCheckResult result = in testEvaluateRules_forceAllow() local [all …]
|
/frameworks/base/core/tests/coretests/src/android/util/apk/ |
D | SourceStampVerifierTest.java | 71 SourceStampVerificationResult result = in testSourceStamp_noStamp() local 84 SourceStampVerificationResult result = in testSourceStamp_correctSignature() local 99 SourceStampVerificationResult result = in testSourceStamp_signatureMissing() local 111 SourceStampVerificationResult result = in testSourceStamp_certificateMismatch() local 123 SourceStampVerificationResult result = in testSourceStamp_apkHashMismatch_v1SignatureScheme() local 135 SourceStampVerificationResult result = in testSourceStamp_apkHashMismatch_v2SignatureScheme() local 147 SourceStampVerificationResult result = in testSourceStamp_apkHashMismatch_v3SignatureScheme() local 159 SourceStampVerificationResult result = in testSourceStamp_malformedSignature() local 176 SourceStampVerificationResult result = SourceStampVerifier.verify(apkFiles); in testSourceStamp_multiApk_validStamps() local 194 SourceStampVerificationResult result = SourceStampVerifier.verify(apkFiles); in testSourceStamp_multiApk_invalidStamps() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipCommandInterface.java | 50 public void getIccCardStatus(Message result) { in getIccCardStatus() 54 public void getIccSlotsStatus(Message result) { in getIccSlotsStatus() 58 public void setLogicalToPhysicalSlotMapping(int[] physicalSlots, Message result) { in setLogicalToPhysicalSlotMapping() 62 public void supplyIccPin(String pin, Message result) { in supplyIccPin() 66 public void supplyIccPuk(String puk, String newPin, Message result) { in supplyIccPuk() 70 public void supplyIccPin2(String pin, Message result) { in supplyIccPin2() 74 public void supplyIccPuk2(String puk, String newPin2, Message result) { in supplyIccPuk2() 78 public void changeIccPin(String oldPin, String newPin, Message result) { in changeIccPin() 82 public void changeIccPin2(String oldPin2, String newPin2, Message result) { in changeIccPin2() 87 String newPwd, Message result) { in changeBarringPassword() [all …]
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/ |
D | MetricsCollectorTest.java | 123 int result = mMetricsCollector.onPullAtom(SIM_SLOT_STATE, actualAtoms); in onPullAtom_simSlotState_bothSimPresent() local 138 int result = mMetricsCollector.onPullAtom(SIM_SLOT_STATE, actualAtoms); in onPullAtom_simSlotState_beforeUiccControllerReady() local 155 int result = mMetricsCollector.onPullAtom(SUPPORTED_RADIO_ACCESS_FAMILY, actualAtoms); in onPullAtom_supportedRadioAccessFamily_singlePhone() local 175 int result = mMetricsCollector.onPullAtom(SUPPORTED_RADIO_ACCESS_FAMILY, actualAtoms); in onPullAtom_supportedRadioAccessFamily_dualPhones() local 197 int result = mMetricsCollector.onPullAtom(SUPPORTED_RADIO_ACCESS_FAMILY, actualAtoms); in onPullAtom_supportedRadioAccessFamily_dualPhonesWithUnknownRaf() local 210 int result = mMetricsCollector.onPullAtom(SUPPORTED_RADIO_ACCESS_FAMILY, actualAtoms); in onPullAtom_supportedRadioAccessFamily_beforePhoneReady() local 224 int result = mMetricsCollector.onPullAtom(VOICE_CALL_RAT_USAGE, actualAtoms); in onPullAtom_voiceCallRatUsage_empty() local 236 int result = mMetricsCollector.onPullAtom(VOICE_CALL_RAT_USAGE, actualAtoms); in onPullAtom_voiceCallRatUsage_tooFrequent() local 256 int result = mMetricsCollector.onPullAtom(VOICE_CALL_RAT_USAGE, actualAtoms); in onPullAtom_voiceCallRatUsage_bucketWithTooFewCalls() local 271 int result = mMetricsCollector.onPullAtom(VOICE_CALL_SESSION, actualAtoms); in onPullAtom_voiceCallSession_empty() local [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCommandInterface.java | 51 public void getIccCardStatus(Message result) { in getIccCardStatus() 55 public void getIccSlotsStatus(Message result) { in getIccSlotsStatus() 59 public void setLogicalToPhysicalSlotMapping(int[] physicalSlots, Message result) { in setLogicalToPhysicalSlotMapping() 63 public void supplyIccPin(String pin, Message result) { in supplyIccPin() 67 public void supplyIccPuk(String puk, String newPin, Message result) { in supplyIccPuk() 71 public void supplyIccPin2(String pin, Message result) { in supplyIccPin2() 75 public void supplyIccPuk2(String puk, String newPin2, Message result) { in supplyIccPuk2() 79 public void changeIccPin(String oldPin, String newPin, Message result) { in changeIccPin() 83 public void changeIccPin2(String oldPin2, String newPin2, Message result) { in changeIccPin2() 88 String newPwd, Message result) { in changeBarringPassword() [all …]
|
/frameworks/base/telephony/java/com/android/ims/ |
D | ImsUtInterface.java | 115 public void queryCallBarring(int cbType, Message result); in queryCallBarring() 121 public void queryCallBarring(int cbType, Message result, int serviceClass); in queryCallBarring() 128 public void queryCallForward(int condition, String number, Message result); in queryCallForward() 134 public void queryCallWaiting(Message result); in queryCallWaiting() 139 public void queryCLIR(Message result); in queryCLIR() 144 public void queryCLIP(Message result); in queryCLIP() 149 public void queryCOLR(Message result); in queryCOLR() 154 public void queryCOLP(Message result); in queryCOLP() 160 Message result, String[] barrList); in updateCallBarring() 165 public void updateCallBarring(int cbType, int action, Message result, in updateCallBarring() [all …]
|
/frameworks/base/services/robotests/backup/src/com/android/server/backup/remote/ |
D | RemoteCallTest.java | 66 RemoteResult result = runInWorkerThread(remoteCall::call); in testCall_whenCancelledAndImmediateCallableAndTimeOut0_returnsCancel() local 87 RemoteResult result = runInWorkerThread(remoteCall::call); in testCall_whenImmediateCallableAndTimeOut0AndCancelIsCalledBeforeCall_returnsCancel() local 108 RemoteResult result = runInWorkerThread(remoteCall::call); in testCall_whenImmediateCallableAndTimeOut0_returnsTimeOut() local 134 Future<RemoteResult> result = runInWorkerThreadAsync(remoteCall::call); in testCall_whenTimesOutBeforeCallbackIsCalled_returnsTimeOut() local 151 Future<RemoteResult> result = runInWorkerThreadAsync(remoteCall::call); in testCall_whenTimesOutBeforeCancelIsCalled_returnsTimeOut() local 171 Future<RemoteResult> result = runInWorkerThreadAsync(remoteCall::call); in testCall_whenCallbackIsCalledBeforeTimeOut_returnsResult() local 183 Future<RemoteResult> result = runInWorkerThreadAsync(remoteCall::call); in testCall_whenCallbackIsCalledBeforeCancel_returnsResult() local 199 Future<RemoteResult> result = runInWorkerThreadAsync(remoteCall::call); in testCall_whenCancelIsCalledBeforeCallbackButAfterCall_returnsCancel() local 213 Future<RemoteResult> result = runInWorkerThreadAsync(remoteCall::call); in testCall_whenCancelIsCalledBeforeTimeOutButAfterCall_returnsCancel() local 223 RemoteResult result = in testExecute_whenCallbackIsCalledBeforeTimeout_returnsResult() local [all …]
|
/frameworks/minikin/tests/unittest/ |
D | HyphenatorTest.cpp | 51 std::vector<HyphenationType> result; in TEST() local 65 std::vector<HyphenationType> result; in TEST() local 79 std::vector<HyphenationType> result; in TEST() local 91 std::vector<HyphenationType> result; in TEST() local 103 std::vector<HyphenationType> result; in TEST() local 116 std::vector<HyphenationType> result; in TEST() local 129 std::vector<HyphenationType> result; in TEST() local 141 std::vector<HyphenationType> result; in TEST() local 153 std::vector<HyphenationType> result; in TEST() local 164 std::vector<HyphenationType> result; in TEST() local [all …]
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | ValidateNotificationPeopleTest.java | 57 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testNoExtra() local 66 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testSingleString() local 75 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testSingleCharArray() local 84 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testSingleCharSequence() local 93 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testStringArraySingle() local 102 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testStringArrayMultiple() local 111 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testStringArrayNulls() local 124 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testCharSequenceArrayMultiple() local 141 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testMixedCharSequenceArrayList() local 154 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testStringArrayList() local [all …]
|
/frameworks/base/core/java/android/service/carrier/ |
D | ICarrierMessagingCallback.aidl | 25 void onFilterComplete(int result); in onFilterComplete() 26 void onSendSmsComplete(int result, int messageRef); in onSendSmsComplete() 27 void onSendMultipartSmsComplete(int result, in int[] messageRefs); in onSendMultipartSmsComplete() 28 void onSendMmsComplete(int result, in byte[] sendConfPdu); in onSendMmsComplete() 29 void onDownloadMmsComplete(int result); in onDownloadMmsComplete()
|
/frameworks/native/libs/gui/ |
D | IGraphicBufferProducer.cpp | 93 status_t result =remote()->transact(REQUEST_BUFFER, data, &reply); in requestBuffer() local 115 status_t result = remote()->transact(SET_MAX_DEQUEUED_BUFFER_COUNT, in setMaxDequeuedBufferCount() local 129 status_t result = remote()->transact(SET_ASYNC_MODE, in setAsyncMode() local 151 status_t result = remote()->transact(DEQUEUE_BUFFER, data, &reply); in dequeueBuffer() local 190 status_t result = remote()->transact(DETACH_BUFFER, data, &reply); in detachBuffer() local 209 status_t result = remote()->transact(DETACH_NEXT_BUFFER, data, &reply); in detachNextBuffer() local 242 status_t result = remote()->transact(ATTACH_BUFFER, data, &reply); in attachBuffer() local 267 status_t result = remote()->transact(QUEUE_BUFFER, data, &reply); in queueBuffer() local 286 status_t result = remote()->transact(CANCEL_BUFFER, data, &reply); in cancelBuffer() local 298 status_t result = remote()->transact(QUERY, data, &reply); in query() local [all …]
|
/frameworks/base/services/tests/servicestests/src/com/android/server/autofill/ |
D | AutofillManagerServiceTest.java | 54 final Map<String, String[]> result = in testGetWhitelistedCompatModePackages_onePackageOneUrl() local 62 final Map<String, String[]> result = in testGetWhitelistedCompatModePackages_onePackageMultipleUrls() local 71 final Map<String, String[]> result = getWhitelistedCompatModePackages("one:two["); in testGetWhitelistedCompatModePackages_multiplePackagesOneInvalid() local 78 final Map<String, String[]> result = in testGetWhitelistedCompatModePackages_multiplePackagesMultipleUrls() local 88 final Map<String, String[]> result = in testGetWhitelistedCompatModePackages_threePackagesOneInvalid() local
|
/frameworks/base/telephony/java/android/telephony/data/ |
D | IDataServiceCallback.aidl | 27 void onSetupDataCallComplete(int result, in DataCallResponse dataCallResponse); in onSetupDataCallComplete() 28 void onDeactivateDataCallComplete(int result); in onDeactivateDataCallComplete() 29 void onSetInitialAttachApnComplete(int result); in onSetInitialAttachApnComplete() 30 void onSetDataProfileComplete(int result); in onSetDataProfileComplete() 31 void onRequestDataCallListComplete(int result, in List<DataCallResponse> dataCallList); in onRequestDataCallListComplete()
|
/frameworks/base/services/robotests/backup/src/com/android/server/backup/restore/ |
D | ActiveRestoreSessionTest.java | 183 int result = restoreSession.getAvailableRestoreSets(mObserver, mMonitor); in testGetAvailableRestoreSets_whenTransportNotRegistered() local 196 int result = restoreSession.getAvailableRestoreSets(mObserver, mMonitor); in testGetAvailableRestoreSets() local 214 int result = restoreSession.getAvailableRestoreSets(mObserver, mMonitor); in testGetAvailableRestoreSets_forEmptyRestoreSets() local 229 int result = restoreSession.getAvailableRestoreSets(mObserver, mMonitor); in testGetAvailableRestoreSets_forNullRestoreSets() local 249 int result = restoreSession.restoreAll(TOKEN_1, mObserver, mMonitor); in testRestoreAll() local 271 int result = restoreSession.restoreAll(TOKEN_1, mObserver, mMonitor); in testRestoreAll_whenNoRestoreSets() local 283 int result = restoreSession.restoreAll(TOKEN_1, mObserver, mMonitor); in testRestoreAll_whenSinglePackageSession() local 309 int result = restoreSession.restoreAll(TOKEN_1, mObserver, mMonitor); in testRestoreAll_whenTransportNotRegistered() local 322 int result = restoreSession.restoreAll(TOKEN_1, mObserver, mMonitor); in testRestoreAll_whenRestoreInProgress_addsToPendingRestores() local 336 int result = restoreSession.restorePackages(TOKEN_1, mObserver, in testRestorePackages_for2Packages() local [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RIL.java | 468 public synchronized IRadio getRadioProxy(Message result) { in getRadioProxy() 582 public synchronized IOemHook getOemHookProxy(Message result) { in getOemHookProxy() 723 private RILRequest obtainRequest(int request, Message result, WorkSource workSource) { in obtainRequest() 729 private RILRequest obtainRequest(int request, Message result, WorkSource workSource, in obtainRequest() 746 public void getIccCardStatus(Message result) { in getIccCardStatus() 763 public void getIccSlotsStatus(Message result) { in getIccSlotsStatus() 772 public void setLogicalToPhysicalSlotMapping(int[] physicalSlots, Message result) { in setLogicalToPhysicalSlotMapping() 781 public void supplyIccPin(String pin, Message result) { in supplyIccPin() 786 public void supplyIccPinForApp(String pin, String aid, Message result) { in supplyIccPinForApp() 808 public void supplyIccPuk(String puk, String newPin, Message result) { in supplyIccPuk() [all …]
|
/frameworks/base/core/java/android/view/autofill/ |
D | IAutoFillManager.aidl | 41 in IResultReceiver result); in addClient() 45 in ComponentName componentName, boolean compatMode, in IResultReceiver result); in startSession() 46 void getFillEventHistory(in IResultReceiver result); in getFillEventHistory() 48 in IResultReceiver result); in restoreSession() 57 void isServiceSupported(int userId, in IResultReceiver result); in isServiceSupported() 58 void isServiceEnabled(int userId, String packageName, in IResultReceiver result); in isServiceEnabled() 60 void getUserData(in IResultReceiver result); in getUserData() 61 void getUserDataId(in IResultReceiver result); in getUserDataId() 63 void isFieldClassificationEnabled(in IResultReceiver result); in isFieldClassificationEnabled() 64 void getAutofillServiceComponentName(in IResultReceiver result); in getAutofillServiceComponentName() [all …]
|
/frameworks/base/core/tests/coretests/src/android/provider/ |
D | DeviceConfigTest.java | 64 String result = DeviceConfig.getProperty(NAMESPACE, KEY); in getProperty_empty() local 91 final String result = DeviceConfig.getString(NAMESPACE, KEY, default_value); in getString_empty() local 97 final String result = DeviceConfig.getString(NAMESPACE, KEY, null); in getString_nullDefault() local 107 final String result = DeviceConfig.getString(NAMESPACE, KEY, default_value); in getString_nonEmpty() local 181 final int result = DeviceConfig.getInt(NAMESPACE, KEY, default_value); in getInt_empty() local 191 final int result = DeviceConfig.getInt(NAMESPACE, KEY, default_value); in getInt_valid() local 200 final int result = DeviceConfig.getInt(NAMESPACE, KEY, default_value); in getInt_invalid() local 228 final long result = DeviceConfig.getLong(NAMESPACE, KEY, default_value); in getLong_empty() local 238 final long result = DeviceConfig.getLong(NAMESPACE, KEY, default_value); in getLong_valid() local 247 final long result = DeviceConfig.getLong(NAMESPACE, KEY, default_value); in getLong_invalid() local [all …]
|