Home
last modified time | relevance | path

Searched defs:result (Results 1 – 25 of 2391) sorted by relevance

12345678910>>...96

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DVisualVoicemailSmsParserTest.java28 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 …]
DSimulatedCommands.java221 public void getIccCardStatus(Message result) { in getIccCardStatus()
235 public void getIccSlotsStatus(Message result) { in getIccSlotsStatus()
246 public void setLogicalToPhysicalSlotMapping(int[] physicalSlots, Message result) { in setLogicalToPhysicalSlotMapping()
251 public void supplyIccPin(String pin, Message result) { in supplyIccPin()
289 public void supplyIccPuk(String puk, String newPin, Message result) { in supplyIccPuk()
326 public void supplyIccPin2(String pin2, Message result) { in supplyIccPin2()
362 public void supplyIccPuk2(String puk2, String newPin2, Message result) { in supplyIccPuk2()
398 public void changeIccPin(String oldPin, String newPin, Message result) { in changeIccPin()
414 public void changeIccPin2(String oldPin2, String newPin2, Message result) { in changeIccPin2()
431 changeBarringPassword(String facility, String oldPwd, String newPwd, Message result) { in changeBarringPassword()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DFakeSessionTest.java55 ScrollCaptureClient.CaptureResult result = getUnchecked(session.requestTile(0)); in testNonEmptyResult_hasImage() local
71 ScrollCaptureClient.CaptureResult result = getUnchecked(session.requestTile(-100)); in testEmptyResult_hasNullImage() local
87 ScrollCaptureClient.CaptureResult result = getUnchecked(session.requestTile(0)); in testCaptureAtZero() local
107 ScrollCaptureClient.CaptureResult result = getUnchecked(session.requestTile(90)); in testCaptureAtPageBottom() local
127 ScrollCaptureClient.CaptureResult result = getUnchecked(session.requestTile(-100)); in testCaptureFromPreviousPage() local
147 ScrollCaptureClient.CaptureResult result = getUnchecked(session.requestTile(150)); in testCaptureFromNextPage() local
167 ScrollCaptureClient.CaptureResult result = getUnchecked(session.requestTile(-125)); in testCaptureTopPartiallyUnavailable() local
187 ScrollCaptureClient.CaptureResult result = getUnchecked(session.requestTile(75)); in testCaptureBottomPartiallyUnavailable() local
210 ScrollCaptureClient.CaptureResult result = getUnchecked(session.requestTile(-150)); in testCaptureTopPartiallyInvisible() local
233 ScrollCaptureClient.CaptureResult result = getUnchecked(session.requestTile(50)); in testCaptureBottomPartiallyInvisible() local
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DPinStorageTest.java141 int result = mPinStorage.prepareUnattendedReboot(); in storePin_unattendedReboot_pinCanBeRetrievedOnce() local
161 int result = mPinStorage.prepareUnattendedReboot(); in storePin_unattendedReboot_deviceIsLocked() local
175 int result = mPinStorage.prepareUnattendedReboot(); in storePin_unattendedReboot_pinIsRemovedAfterDelay() local
200 int result = mPinStorage.prepareUnattendedReboot(); in storePin_unattendedRebootNotDone_pinCannotBeRetrieved() local
216 int result = mPinStorage.prepareUnattendedReboot(); in storePin_unattendedReboot_iccidChange() local
238 int result = mPinStorage.prepareUnattendedReboot(); in clearPin_pinCannotBeRetrieved() local
252 int result = mPinStorage.prepareUnattendedReboot(); in storePin_pinChanged_pinIsUpdated() local
265 int result = mPinStorage.prepareUnattendedReboot(); in storePin_pinTooShort_pinIsNotStored() local
278 int result = mPinStorage.prepareUnattendedReboot(); in storePin_pinTooLong_pinIsNotStored() local
292 int result = mPinStorage.prepareUnattendedReboot(); in storePin_invalidIccid_pinIsNotStored() local
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/backup/utils/
DFullBackupRestoreObserverUtilsTest.java52 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
DBackupManagerMonitorUtilsTest.java60 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/
DFileCollectorTest.java46 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/core/tests/coretests/src/android/util/apk/
DSourceStampVerifierTest.java72 SourceStampVerificationResult result = in testSourceStamp_noStamp() local
85 SourceStampVerificationResult result = in testSourceStamp_correctSignature() local
100 SourceStampVerificationResult result = in testSourceStamp_signatureMissing() local
112 SourceStampVerificationResult result = in testSourceStamp_certificateMismatch() local
124 SourceStampVerificationResult result = in testSourceStamp_apkHashMismatch_v1SignatureScheme() local
136 SourceStampVerificationResult result = in testSourceStamp_apkHashMismatch_v2SignatureScheme() local
148 SourceStampVerificationResult result = in testSourceStamp_apkHashMismatch_v3SignatureScheme() local
160 SourceStampVerificationResult result = in testSourceStamp_malformedSignature() local
177 SourceStampVerificationResult result = SourceStampVerifier.verify(apkFiles); in testSourceStamp_multiApk_validStamps() local
195 SourceStampVerificationResult result = SourceStampVerifier.verify(apkFiles); in testSourceStamp_multiApk_invalidStamps() local
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DMetricsCollectorTest.java131 int result = mMetricsCollector.onPullAtom(SIM_SLOT_STATE, actualAtoms); in onPullAtom_simSlotState_bothSimPresent() local
146 int result = mMetricsCollector.onPullAtom(SIM_SLOT_STATE, actualAtoms); in onPullAtom_simSlotState_beforeUiccControllerReady() local
163 int result = mMetricsCollector.onPullAtom(SUPPORTED_RADIO_ACCESS_FAMILY, actualAtoms); in onPullAtom_supportedRadioAccessFamily_singlePhone() local
183 int result = mMetricsCollector.onPullAtom(SUPPORTED_RADIO_ACCESS_FAMILY, actualAtoms); in onPullAtom_supportedRadioAccessFamily_dualPhones() local
205 int result = mMetricsCollector.onPullAtom(SUPPORTED_RADIO_ACCESS_FAMILY, actualAtoms); in onPullAtom_supportedRadioAccessFamily_dualPhonesWithUnknownRaf() local
218 int result = mMetricsCollector.onPullAtom(SUPPORTED_RADIO_ACCESS_FAMILY, actualAtoms); in onPullAtom_supportedRadioAccessFamily_beforePhoneReady() local
232 int result = mMetricsCollector.onPullAtom(VOICE_CALL_RAT_USAGE, actualAtoms); in onPullAtom_voiceCallRatUsage_empty() local
244 int result = mMetricsCollector.onPullAtom(VOICE_CALL_RAT_USAGE, actualAtoms); in onPullAtom_voiceCallRatUsage_tooFrequent() local
264 int result = mMetricsCollector.onPullAtom(VOICE_CALL_RAT_USAGE, actualAtoms); in onPullAtom_voiceCallRatUsage_bucketWithTooFewCalls() local
279 int result = mMetricsCollector.onPullAtom(VOICE_CALL_SESSION, actualAtoms); in onPullAtom_voiceCallSession_empty() local
[all …]
/frameworks/base/core/tests/coretests/src/android/util/
DKeyValueListParserTest.java50 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/base/packages/SystemUI/tests/src/com/android/systemui/controls/controller/
DServiceWrapperTest.kt80 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/opt/net/ims/src/java/com/android/ims/
DImsUt.java153 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/
DRuleEvaluatorTest.java59 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/services/tests/servicestests/src/com/android/server/hdmi/
DHdmiCecLocalDeviceTest.java271 @Constants.HandleMessageResult int result = mHdmiLocalDevice.handleUserControlPressed( in handleUserControlPressed_volumeUp() local
282 @Constants.HandleMessageResult int result = mHdmiLocalDevice.handleUserControlPressed( in handleUserControlPressed_volumeDown() local
293 @Constants.HandleMessageResult int result = mHdmiLocalDevice.handleUserControlPressed( in handleUserControlPressed_volumeMute() local
304 @Constants.HandleMessageResult int result = mHdmiLocalDevice.handleUserControlPressed( in handleUserControlPressed_volumeUp_disabled() local
315 @Constants.HandleMessageResult int result = mHdmiLocalDevice.handleUserControlPressed( in handleUserControlPressed_volumeDown_disabled() local
326 @Constants.HandleMessageResult int result = mHdmiLocalDevice.handleUserControlPressed( in handleUserControlPressed_volumeMute_disabled() local
335 @Constants.HandleMessageResult int result = mHdmiLocalDevice.onMessage( in handleCecVersion_isHandled() local
345 @Constants.HandleMessageResult int result = mHdmiLocalDevice.handleUserControlPressed( in handleUserControlPressed_power_localDeviceInStandby_shouldTurnOn() local
357 @Constants.HandleMessageResult int result = mHdmiLocalDevice.handleUserControlPressed( in handleUserControlPressed_power_localDeviceOn_shouldNotChangePowerStatus() local
369 @Constants.HandleMessageResult int result = mHdmiLocalDevice.handleUserControlPressed( in handleUserControlPressed_powerToggleFunction_localDeviceInStandby_shouldTurnOn() local
[all …]
/frameworks/base/telephony/java/android/telephony/data/
DIDataServiceCallback.aidl27 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()
33 void onHandoverStarted(int result); in onHandoverStarted()
34 void onHandoverCancelled(int result); in onHandoverCancelled()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java53 public void getIccCardStatus(Message result) { in getIccCardStatus()
57 public void getIccSlotsStatus(Message result) { in getIccSlotsStatus()
61 public void setLogicalToPhysicalSlotMapping(int[] physicalSlots, Message result) { in setLogicalToPhysicalSlotMapping()
65 public void supplyIccPin(String pin, Message result) { in supplyIccPin()
69 public void supplyIccPuk(String puk, String newPin, Message result) { in supplyIccPuk()
73 public void supplyIccPin2(String pin, Message result) { in supplyIccPin2()
77 public void supplyIccPuk2(String puk, String newPin2, Message result) { in supplyIccPuk2()
81 public void changeIccPin(String oldPin, String newPin, Message result) { in changeIccPin()
85 public void changeIccPin2(String oldPin2, String newPin2, Message result) { in changeIccPin2()
90 String newPwd, Message result) { in changeBarringPassword()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java54 public void getIccCardStatus(Message result) { in getIccCardStatus()
58 public void getIccSlotsStatus(Message result) { in getIccSlotsStatus()
62 public void setLogicalToPhysicalSlotMapping(int[] physicalSlots, Message result) { in setLogicalToPhysicalSlotMapping()
66 public void supplyIccPin(String pin, Message result) { in supplyIccPin()
70 public void supplyIccPuk(String puk, String newPin, Message result) { in supplyIccPuk()
74 public void supplyIccPin2(String pin, Message result) { in supplyIccPin2()
78 public void supplyIccPuk2(String puk, String newPin2, Message result) { in supplyIccPuk2()
82 public void changeIccPin(String oldPin, String newPin, Message result) { in changeIccPin()
86 public void changeIccPin2(String oldPin2, String newPin2, Message result) { in changeIccPin2()
91 String newPwd, Message result) { in changeBarringPassword()
[all …]
/frameworks/base/telephony/java/com/android/ims/
DImsUtInterface.java116 public void queryCallBarring(int cbType, Message result); in queryCallBarring()
122 public void queryCallBarring(int cbType, Message result, int serviceClass); in queryCallBarring()
129 public void queryCallForward(int condition, String number, Message result); in queryCallForward()
135 public void queryCallWaiting(Message result); in queryCallWaiting()
140 public void queryCLIR(Message result); in queryCLIR()
145 public void queryCLIP(Message result); in queryCLIP()
150 public void queryCOLR(Message result); in queryCOLR()
155 public void queryCOLP(Message result); in queryCOLP()
161 Message result, String[] barrList); in updateCallBarring()
166 public void updateCallBarring(int cbType, int action, Message result, in updateCallBarring()
[all …]
/frameworks/base/core/java/android/service/carrier/
DICarrierMessagingCallback.aidl25 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/base/services/robotests/backup/src/com/android/server/backup/remote/
DRemoteCallTest.java66 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/base/services/tests/servicestests/src/com/android/server/autofill/
DAutofillManagerServiceTest.java54 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/services/tests/uiservicestests/src/com/android/server/notification/
DValidateNotificationPeopleTest.java57 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/minikin/tests/unittest/
DHyphenatorTest.cpp51 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/av/media/libaaudio/src/binding/
DAAudioBinderAdapter.cpp35 aaudio_handle_t result; in openStream() local
48 aaudio_result_t result; in closeStream() local
58 aaudio_result_t result; in getStreamDescription() local
71 aaudio_result_t result; in startStream() local
80 aaudio_result_t result; in pauseStream() local
89 aaudio_result_t result; in stopStream() local
98 aaudio_result_t result; in flushStream() local
109 aaudio_result_t result; in registerAudioThread() local
119 aaudio_result_t result; in unregisterAudioThread() local
/frameworks/native/libs/gui/
DIGraphicBufferProducer.cpp101 status_t result = remote()->transact(REQUEST_BUFFER, data, &reply); in requestBuffer() local
124 status_t result = remote()->transact(REQUEST_BUFFERS, data, &reply); in requestBuffers() local
144 status_t result = remote()->transact(SET_MAX_DEQUEUED_BUFFER_COUNT, in setMaxDequeuedBufferCount() local
158 status_t result = remote()->transact(SET_ASYNC_MODE, in setAsyncMode() local
180 status_t result = remote()->transact(DEQUEUE_BUFFER, data, &reply); in dequeueBuffer() local
224 status_t result = remote()->transact(DEQUEUE_BUFFERS, data, &reply); in dequeueBuffers() local
242 status_t result = remote()->transact(DETACH_BUFFER, data, &reply); in detachBuffer() local
255 status_t result = remote()->transact(DETACH_BUFFERS, data, &reply); in detachBuffers() local
274 status_t result = remote()->transact(DETACH_NEXT_BUFFER, data, &reply); in detachNextBuffer() local
307 status_t result = remote()->transact(ATTACH_BUFFER, data, &reply); in attachBuffer() local
[all …]

12345678910>>...96