Home
last modified time | relevance | path

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

12345678910>>...103

/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/
DMathPerfTest.java50 double result = mDouble; in timeAbsD() local
59 float result = mFloat; in timeAbsF() local
68 int result = mInt; in timeAbsI() local
77 long result = mLong; in timeAbsL() local
86 double result = mDouble; in timeAcos() local
95 double result = mDouble; in timeAsin() local
104 double result = mDouble; in timeAtan() local
113 double result = mDouble; in timeAtan2() local
122 double result = mDouble; in timeCbrt() local
131 double result = mDouble; in timeCeil() local
[all …]
DIntConstantMultiplicationPerfTest.java36 int result = 1; in timeMultiplyIntByConstant6() local
45 int result = 1; in timeMultiplyIntByConstant7() local
54 int result = 1; in timeMultiplyIntByConstant8() local
63 int result = 1; in timeMultiplyIntByConstant8_Shift() local
72 int result = 1; in timeMultiplyIntByConstant10() local
81 int result = 1; in timeMultiplyIntByConstant10_Shift() local
90 int result = 1; in timeMultiplyIntByConstant2047() local
99 int result = 1; in timeMultiplyIntByConstant2048() local
108 int result = 1; in timeMultiplyIntByConstant2049() local
117 int result = 1; in timeMultiplyIntByVariable10() local
[all …]
DIntConstantDivisionPerfTest.java36 int result = 1; in timeDivideIntByConstant2() local
45 int result = 1; in timeDivideIntByConstant8() local
54 int result = 1; in timeDivideIntByConstant10() local
63 int result = 1; in timeDivideIntByConstant100() local
72 int result = 1; in timeDivideIntByConstant100_HandOptimized() local
81 int result = 1; in timeDivideIntByConstant2048() local
90 int result = 1; in timeDivideIntByVariable2() local
100 int result = 1; in timeDivideIntByVariable10() local
/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 …]
/frameworks/base/packages/WallpaperBackup/test/src/com/android/wallpaperbackup/
DWallpaperEventLoggerTest.java83 BackupRestoreEventLogger.DataTypeResult result = getLogsForType(WALLPAPER_IMG_SYSTEM); in onSystemImgWallpaperBackedUp_logsSuccess() local
94 BackupRestoreEventLogger.DataTypeResult result = getLogsForType(WALLPAPER_IMG_LOCK); in onLockImgWallpaperBackedUp_logsSuccess() local
105 BackupRestoreEventLogger.DataTypeResult result = getLogsForType(WALLPAPER_LIVE_SYSTEM); in onSystemLiveWallpaperBackedUp_logsSuccess() local
116 BackupRestoreEventLogger.DataTypeResult result = getLogsForType(WALLPAPER_LIVE_LOCK); in onLockLiveWallpaperBackedUp_logsSuccess() local
127 BackupRestoreEventLogger.DataTypeResult result = getLogsForType(WALLPAPER_IMG_SYSTEM); in onImgWallpaperBackedUp_nullInfo_doesNotLogMetadata() local
139 BackupRestoreEventLogger.DataTypeResult result = getLogsForType(WALLPAPER_LIVE_SYSTEM); in onLiveWallpaperBackedUp_logsMetadata() local
151 BackupRestoreEventLogger.DataTypeResult result = getLogsForType(WALLPAPER_IMG_SYSTEM); in onSystemImgWallpaperBackupFailed_logsFail() local
163 BackupRestoreEventLogger.DataTypeResult result = getLogsForType(WALLPAPER_IMG_LOCK); in onLockImgWallpaperBackupFailed_logsFail() local
176 BackupRestoreEventLogger.DataTypeResult result = getLogsForType(WALLPAPER_LIVE_SYSTEM); in onSystemLiveWallpaperBackupFailed_logsFail() local
188 BackupRestoreEventLogger.DataTypeResult result = getLogsForType(WALLPAPER_LIVE_LOCK); in onLockLiveWallpaperBackupFailed_logsFail() local
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/fragment/
DStatusBarVisibilityModelTest.kt33 val result = createDefaultModel() in createDefaultModel_everythingEnabled() constant
48 val result = createModelFromFlags(disabled1 = 0, disabled2 = 0) in createModelFromFlags_clockNotDisabled_showClockTrue() constant
55 val result = createModelFromFlags(disabled1 = DISABLE_CLOCK, disabled2 = 0) in createModelFromFlags_clockDisabled_showClockFalse() constant
62 val result = createModelFromFlags(disabled1 = 0, disabled2 = 0) in createModelFromFlags_notificationIconsNotDisabled_showNotificationIconsTrue() constant
69 val result = createModelFromFlags(disabled1 = DISABLE_NOTIFICATION_ICONS, disabled2 = 0) in createModelFromFlags_notificationIconsDisabled_showNotificationIconsFalse() constant
76 val result = createModelFromFlags(disabled1 = 0, disabled2 = 0) in createModelFromFlags_ongoingCallChipNotDisabled_showOngoingCallChipTrue() constant
83 val result = createModelFromFlags(disabled1 = DISABLE_ONGOING_CALL_CHIP, disabled2 = 0) in createModelFromFlags_ongoingCallChipDisabled_showOngoingCallChipFalse() constant
90 val result = createModelFromFlags(disabled1 = 0, disabled2 = 0) in createModelFromFlags_systemInfoAndIconsNotDisabled_showSystemInfoTrue() constant
97 val result = createModelFromFlags(disabled1 = DISABLE_SYSTEM_INFO, disabled2 = 0) in createModelFromFlags_disable1SystemInfoDisabled_showSystemInfoFalse() constant
104 val result = createModelFromFlags(disabled1 = 0, disabled2 = DISABLE2_SYSTEM_ICONS) in createModelFromFlags_disable2SystemIconsDisabled_showSystemInfoFalse() constant
/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/base/services/tests/mockingservicestests/src/com/android/server/compat/overrides/
DAppCompatOverridesParserTest.java95 Map<String, Set<Long>> result = mParser.parseRemoveOverrides("*", ownedChangeIds); in parseRemoveOverrides_configHasWildcard_returnsAllInstalledPackagesToAllOwnedIds() local
114 Map<String, Set<Long>> result = mParser.parseRemoveOverrides( in parseRemoveOverrides_configHasSingleEntry_returnsPackageToChangeIds() local
125 Map<String, Set<Long>> result = mParser.parseRemoveOverrides( in parseRemoveOverrides_configHasMultipleEntries_returnsPackagesToChangeIds() local
137 Map<String, Set<Long>> result = mParser.parseRemoveOverrides( in parseRemoveOverrides_configHasPackageWithWildcardNoOwnedId_returnsWithoutPackage() local
155 Map<String, Set<Long>> result = mParser.parseRemoveOverrides( in parseRemoveOverrides_configHasInvalidChangeIds_returnsWithoutInvalidChangeIds() local
189 Map<Long, PackageOverride> result = mParser.parsePackageOverrides( in parsePackageOverrides_emptyConfigNoOwnedChangeIds_returnsEmpty() local
198 Map<Long, PackageOverride> result = mParser.parsePackageOverrides( in parsePackageOverrides_configWithSingleOverride_returnsOverride() local
210 Map<Long, PackageOverride> result = mParser.parsePackageOverrides( in parsePackageOverrides_configWithMultipleOverrides_returnsOverrides() local
237 Map<Long, PackageOverride> result = mParser.parsePackageOverrides( in parsePackageOverrides_changeIdsToSkipSpecified_returnsWithoutChangeIdsToSkip() local
249 Map<Long, PackageOverride> result = mParser.parsePackageOverrides( in parsePackageOverrides_changeIdsToSkipContainsAllIds_returnsEmpty() local
[all …]
/frameworks/base/services/tests/mockingservicestests/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
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DPinStorageTest.java169 int result = mPinStorage.prepareUnattendedReboot(sWorkSource); in storePin_unattendedReboot_pinCanBeRetrievedOnce() local
189 int result = mPinStorage.prepareUnattendedReboot(sWorkSource); in storePin_unattendedReboot_deviceIsLocked() local
203 int result = mPinStorage.prepareUnattendedReboot(sWorkSource); in storePin_unattendedReboot_pinIsRemovedAfterDelay() local
228 int result = mPinStorage.prepareUnattendedReboot(sWorkSource); in storePin_unattendedRebootNotDone_pinCannotBeRetrieved() local
244 int result = mPinStorage.prepareUnattendedReboot(sWorkSource); in storePin_unattendedReboot_iccidChange() local
266 int result = mPinStorage.prepareUnattendedReboot(sWorkSource); in clearPin_pinCannotBeRetrieved() local
280 int result = mPinStorage.prepareUnattendedReboot(sWorkSource); in storePin_pinChanged_pinIsUpdated() local
293 int result = mPinStorage.prepareUnattendedReboot(sWorkSource); in storePin_pinTooShort_pinIsNotStored() local
306 int result = mPinStorage.prepareUnattendedReboot(sWorkSource); in storePin_pinTooLong_pinIsNotStored() local
320 int result = mPinStorage.prepareUnattendedReboot(sWorkSource); in storePin_invalidIccid_pinIsNotStored() 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/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DMetricsCollectorTest.java143 int result = mMetricsCollector.onPullAtom(SIM_SLOT_STATE, actualAtoms); in onPullAtom_simSlotState_bothSimPresent() local
158 int result = mMetricsCollector.onPullAtom(SIM_SLOT_STATE, actualAtoms); in onPullAtom_simSlotState_beforeUiccControllerReady() local
175 int result = mMetricsCollector.onPullAtom(SUPPORTED_RADIO_ACCESS_FAMILY, actualAtoms); in onPullAtom_supportedRadioAccessFamily_singlePhone() local
195 int result = mMetricsCollector.onPullAtom(SUPPORTED_RADIO_ACCESS_FAMILY, actualAtoms); in onPullAtom_supportedRadioAccessFamily_dualPhones() local
217 int result = mMetricsCollector.onPullAtom(SUPPORTED_RADIO_ACCESS_FAMILY, actualAtoms); in onPullAtom_supportedRadioAccessFamily_dualPhonesWithUnknownRaf() local
230 int result = mMetricsCollector.onPullAtom(SUPPORTED_RADIO_ACCESS_FAMILY, actualAtoms); in onPullAtom_supportedRadioAccessFamily_beforePhoneReady() local
244 int result = mMetricsCollector.onPullAtom(VOICE_CALL_RAT_USAGE, actualAtoms); in onPullAtom_voiceCallRatUsage_empty() local
256 int result = mMetricsCollector.onPullAtom(VOICE_CALL_RAT_USAGE, actualAtoms); in onPullAtom_voiceCallRatUsage_tooFrequent() local
276 int result = mMetricsCollector.onPullAtom(VOICE_CALL_RAT_USAGE, actualAtoms); in onPullAtom_voiceCallRatUsage_bucketWithTooFewCalls() local
291 int result = mMetricsCollector.onPullAtom(VOICE_CALL_SESSION, actualAtoms); in onPullAtom_voiceCallSession_empty() local
[all …]
/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/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/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/services/tests/mockingservicestests/src/com/android/server/pm/
DUserVisibilityMediatorVisibleBackgroundUserTestCase.java53 int result = mMediator.assignUserToDisplayOnStart(USER_ID, USER_ID, FG, in testStartFgUser_onDefaultDisplay() local
87 int result = mMediator.assignUserToDisplayOnStart(currentUserId, currentUserId, FG, in testSwitchFgUser_onDefaultDisplay() local
115 int result = mMediator.assignUserToDisplayOnStart(USER_ID, USER_ID, FG, INVALID_DISPLAY); in testStartFgUser_onInvalidDisplay() local
129 int result = mMediator.assignUserToDisplayOnStart(USER_ID, USER_ID, BG_VISIBLE, in testStartVisibleBgUser_onInvalidDisplay() local
147 int result = mMediator.assignUserToDisplayOnStart(USER_ID, USER_ID, BG_VISIBLE, in testStartVisibleBgUser_onSecondaryDisplay_displayAvailable() local
184 int result = mMediator.assignUserToDisplayOnStart(USER_ID, USER_ID, BG_VISIBLE, in testVisibilityOfCurrentUserAndProfilesOnDisplayAssignedToAnotherUser() local
198 int result = mMediator.assignUserToDisplayOnStart(USER_ID, USER_ID, BG_VISIBLE, in testStartVisibleBgUser_onSecondaryDisplay_displayAlreadyAssigned() local
226 int result = mMediator.assignUserToDisplayOnStart(USER_ID, USER_ID, BG_VISIBLE, in testStartVisibleBgUser_onSecondaryDisplay_displayAlreadyAssignedToSameUser() local
249 int result = mMediator.assignUserToDisplayOnStart(USER_ID, USER_ID, BG_VISIBLE, in testStartVisibleBgUser_onSecondaryDisplay_userAlreadyAssigned() local
286 int result = mMediator.assignUserToDisplayOnStart(PROFILE_USER_ID, PARENT_USER_ID, in testStartVisibleBgProfile_onDefaultDisplay_whenParentIsCurrentUser() local
[all …]
/frameworks/libs/binary_translation/intrinsics/include/berberis/intrinsics/
Dintrinsics_float_x86.h90 bool result; variable
96 bool result; variable
102 bool result; variable
108 bool result; variable
114 bool result; variable
120 bool result; variable
126 bool result; variable
132 bool result; variable
138 float result; variable
144 double result; variable
[all …]
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/utils/
DDeviceConfigParsingUtilsTest.java86 Map<String, Map<String, List<Pair<String, String>>>> result = in testParseDeviceConfigMap() local
95 Map<String, Map<String, List<Pair<String, String>>>> result = in testDataPointMapperReturnsNull() local
99 assertEquals(Map.of(), result); in testDataPointMapperReturnsNull() local
104 Map<String, Map<String, List<Pair<String, String>>>> result = in testDataSetMapperReturnsNull() local
108 assertEquals(Map.of(), result); in testDataSetMapperReturnsNull() local
129 int result = DeviceConfigParsingUtils.parseThermalStatus(thermalStatusString); in testParseThermalStatus() local
136 Throwable result = assertThrows(IllegalArgumentException.class, in testParseThermalStatus_illegalStatus() local
144 float result = DeviceConfigParsingUtils.parseBrightness("0.65"); in testParseBrightness() local
151 Throwable result = assertThrows(IllegalArgumentException.class, in testParseBrightness_lessThanMin() local
159 Throwable result = assertThrows(IllegalArgumentException.class, in testParseBrightness_moreThanMax() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java625 public synchronized IRadio getRadioProxy(Message result) { in getRadioProxy()
749 Message result) { in getRadioServiceProxy()
781 public synchronized RadioServiceProxy getRadioServiceProxy(int service, Message result) { in getRadioServiceProxy()
1302 private RILRequest obtainRequest(int request, Message result, WorkSource workSource) { in obtainRequest()
1308 private RILRequest obtainRequest(int request, Message result, WorkSource workSource, in obtainRequest()
1323 public void getIccCardStatus(Message result) { in getIccCardStatus()
1342 public void getIccSlotsStatus(Message result) { in getIccSlotsStatus()
1352 public void setLogicalToPhysicalSlotMapping(int[] physicalSlots, Message result) { in setLogicalToPhysicalSlotMapping()
1364 public void supplyIccPin(String pin, Message result) { in supplyIccPin()
1369 public void supplyIccPinForApp(String pin, String aid, Message result) { in supplyIccPinForApp()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/integrity/engine/
DRuleEvaluatorTest.java60 IntegrityCheckResult result = RuleEvaluator.evaluateRules(rules, APP_INSTALL_METADATA); in testEvaluateRules_noRules_allow() local
75 IntegrityCheckResult result = in testEvaluateRules_noMatchedRules_allow() local
98 IntegrityCheckResult result = in testEvaluateRules_oneMatch_deny() local
128 IntegrityCheckResult result = in testEvaluateRules_multipleMatches_deny() local
147 IntegrityCheckResult result = in testEvaluateRules_ruleWithNot_deny() local
162 IntegrityCheckResult result = in testEvaluateRules_ruleWithIntegerOperators_deny() local
185 IntegrityCheckResult result = in testEvaluateRules_validForm_deny() local
208 IntegrityCheckResult result = in testEvaluateRules_orRules() local
233 IntegrityCheckResult result = in testEvaluateRules_compoundFormulaWithNot_deny() local
263 IntegrityCheckResult result = in testEvaluateRules_forceAllow() local
[all …]
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsUt.java159 public void queryCallBarring(int cbType, Message result) { in queryCallBarring()
172 public void queryCallBarring(int cbType, Message result, int serviceClass) { in queryCallBarring()
188 mPendingCmds.put(Integer.valueOf(id), result); in queryCallBarring() local
201 public void queryCallForward(int condition, String number, Message result) { in queryCallForward()
217 mPendingCmds.put(Integer.valueOf(id), result); in queryCallForward() local
230 public void queryCallWaiting(Message result) { in queryCallWaiting()
245 mPendingCmds.put(Integer.valueOf(id), result); in queryCallWaiting() local
257 public void queryCLIR(Message result) { in queryCLIR()
272 mPendingCmds.put(Integer.valueOf(id), result); in queryCLIR() local
283 public void queryCLIP(Message result) { in queryCLIP()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java56 public void getIccCardStatus(Message result) { in getIccCardStatus()
60 public void getIccSlotsStatus(Message result) { in getIccSlotsStatus()
64 public void setLogicalToPhysicalSlotMapping(int[] physicalSlots, Message result) { in setLogicalToPhysicalSlotMapping()
68 public void supplyIccPin(String pin, Message result) { in supplyIccPin()
72 public void supplyIccPuk(String puk, String newPin, Message result) { in supplyIccPuk()
76 public void supplyIccPin2(String pin, Message result) { in supplyIccPin2()
80 public void supplyIccPuk2(String puk, String newPin2, Message result) { in supplyIccPuk2()
84 public void changeIccPin(String oldPin, String newPin, Message result) { in changeIccPin()
88 public void changeIccPin2(String oldPin2, String newPin2, Message result) { in changeIccPin2()
93 String newPwd, Message result) { in changeBarringPassword()
[all …]
/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
DTransactionParcelTests.java77 ConfigurationChangeItem result = ConfigurationChangeItem.CREATOR.createFromParcel(mParcel); in testConfigurationChange() local
90 ActivityConfigurationChangeItem result = in testActivityConfigChange() local
104 MoveToDisplayItem result = MoveToDisplayItem.CREATOR.createFromParcel(mParcel); in testMoveToDisplay() local
117 NewIntentItem result = NewIntentItem.CREATOR.createFromParcel(mParcel); in testNewIntent() local
130 ActivityResultItem result = ActivityResultItem.CREATOR.createFromParcel(mParcel); in testActivityResult() local
143 DestroyActivityItem result = DestroyActivityItem.CREATOR.createFromParcel(mParcel); in testDestroy() local
184 LaunchActivityItem result = LaunchActivityItem.CREATOR.createFromParcel(mParcel); in testLaunch() local
200 ActivityRelaunchItem result = ActivityRelaunchItem.CREATOR.createFromParcel(mParcel); in testRelaunch() local
215 PauseActivityItem result = PauseActivityItem.CREATOR.createFromParcel(mParcel); in testPause() local
229 ResumeActivityItem result = ResumeActivityItem.CREATOR.createFromParcel(mParcel); in testResume() local
[all …]
/frameworks/base/telephony/java/android/telephony/data/
DIDataServiceCallback.aidl28 void onSetupDataCallComplete(int result, in DataCallResponse dataCallResponse); in onSetupDataCallComplete()
29 void onDeactivateDataCallComplete(int result); in onDeactivateDataCallComplete()
30 void onSetInitialAttachApnComplete(int result); in onSetInitialAttachApnComplete()
31 void onSetDataProfileComplete(int result); in onSetDataProfileComplete()
32 void onRequestDataCallListComplete(int result, in List<DataCallResponse> dataCallList); in onRequestDataCallListComplete()
34 void onHandoverStarted(int result); in onHandoverStarted()
35 void onHandoverCancelled(int result); in onHandoverCancelled()
/frameworks/base/apct-tests/perftests/core/src/android/libcore/
DAdditionPerfTest.java42 int result = 0; in timeAddConstantToLocalInt() local
50 int result = 0; in timeAddTwoLocalInts() local
59 long result = 0; in timeAddConstantToLocalLong() local
67 long result = 0; in timeAddTwoLocalLongs() local
76 float result = 0.0f; in timeAddConstantToLocalFloat() local
84 float result = 0.0f; in timeAddTwoLocalFloats() local
93 double result = 0.0; in timeAddConstantToLocalDouble() local
101 double result = 0.0; in timeAddTwoLocalDoubles() local

12345678910>>...103