Home
last modified time | relevance | path

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

12345678910>>...85

/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.java210 public void getIccCardStatus(Message result) { in getIccCardStatus()
224 public void getIccSlotsStatus(Message result) { in getIccSlotsStatus()
235 public void setLogicalToPhysicalSlotMapping(int[] physicalSlots, Message result) { in setLogicalToPhysicalSlotMapping()
240 public void supplyIccPin(String pin, Message result) { in supplyIccPin()
278 public void supplyIccPuk(String puk, String newPin, Message result) { in supplyIccPuk()
315 public void supplyIccPin2(String pin2, Message result) { in supplyIccPin2()
351 public void supplyIccPuk2(String puk2, String newPin2, Message result) { in supplyIccPuk2()
387 public void changeIccPin(String oldPin, String newPin, Message result) { in changeIccPin()
403 public void changeIccPin2(String oldPin2, String newPin2, Message result) { in changeIccPin2()
420 changeBarringPassword(String facility, String oldPwd, String newPwd, Message result) { in changeBarringPassword()
[all …]
/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringServiceTest.java122 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
176 runAsTetherPrivileged((result) -> { in testTether() argument
181 runAsWriteSettings((result) -> { in testTether() argument
188 private void runUnTether(final TestTetheringResult result) throws Exception { in runUnTether()
199 runAsNoPermission((result) -> { in testUntether() argument
207 runAsTetherPrivileged((result) -> { in testUntether() argument
212 runAsWriteSettings((result) -> { in testUntether() argument
219 private void runSetUsbTethering(final TestTetheringResult result) throws Exception { in runSetUsbTethering()
[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/
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/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/core/tests/coretests/src/android/provider/
DDeviceConfigTest.java59 String result = DeviceConfig.getProperty(sNamespace, sKey); in getProperty_empty() local
86 final String result = DeviceConfig.getString(sNamespace, sKey, default_value); in getString_empty() local
92 final String result = DeviceConfig.getString(sNamespace, sKey, null); in getString_nullDefault() local
102 final String result = DeviceConfig.getString(sNamespace, sKey, default_value); in getString_nonEmpty() local
176 final int result = DeviceConfig.getInt(sNamespace, sKey, default_value); in getInt_empty() local
186 final int result = DeviceConfig.getInt(sNamespace, sKey, default_value); in getInt_valid() local
195 final int result = DeviceConfig.getInt(sNamespace, sKey, default_value); in getInt_invalid() local
223 final long result = DeviceConfig.getLong(sNamespace, sKey, default_value); in getLong_empty() local
233 final long result = DeviceConfig.getLong(sNamespace, sKey, default_value); in getLong_valid() local
242 final long result = DeviceConfig.getLong(sNamespace, sKey, default_value); in getLong_invalid() local
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java50 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/base/services/tests/uiservicestests/src/com/android/server/notification/
DValidateNotificationPeopleTest.java44 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testNoExtra() local
53 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testSingleString() local
62 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testSingleCharArray() local
71 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testSingleCharSequence() local
80 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testStringArraySingle() local
89 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testStringArrayMultiple() local
98 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testStringArrayNulls() local
111 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testCharSequenceArrayMultiple() local
128 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testMixedCharSequenceArrayList() local
141 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testStringArrayList() local
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java51 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/
DImsUtInterface.java115 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/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/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/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/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()
/frameworks/base/services/robotests/backup/src/com/android/server/backup/restore/
DActiveRestoreSessionTest.java183 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/
DRIL.java469 public synchronized IRadio getRadioProxy(Message result) { in getRadioProxy()
583 public synchronized IOemHook getOemHookProxy(Message result) { in getOemHookProxy()
724 private RILRequest obtainRequest(int request, Message result, WorkSource workSource) { in obtainRequest()
730 private RILRequest obtainRequest(int request, Message result, WorkSource workSource, in obtainRequest()
747 public void getIccCardStatus(Message result) { in getIccCardStatus()
764 public void getIccSlotsStatus(Message result) { in getIccSlotsStatus()
773 public void setLogicalToPhysicalSlotMapping(int[] physicalSlots, Message result) { in setLogicalToPhysicalSlotMapping()
782 public void supplyIccPin(String pin, Message result) { in supplyIccPin()
787 public void supplyIccPinForApp(String pin, String aid, Message result) { in supplyIccPinForApp()
809 public void supplyIccPuk(String puk, String newPin, Message result) { in supplyIccPuk()
[all …]
/frameworks/base/core/java/android/view/autofill/
DIAutoFillManager.aidl41 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/av/services/oboeservice/
DAAudioServiceEndpointShared.cpp44 std::stringstream result; in dump() local
60 aaudio_result_t result = AAUDIO_OK; in open() local
101 void *result = endpoint->callbackLoop(); in aaudio_endpoint_thread_proc() local
118 aaudio_result_t result = getStreamInternal()->createThread(periodNanos, in startSharingThread_l() local
130 aaudio_result_t result = getStreamInternal()->joinThread(NULL); in stopSharingThread() local
136 aaudio_result_t result = AAUDIO_OK; in startStream() local
196 …aaudio_result_t result = mStreamInternal->getTimestamp(CLOCK_MONOTONIC, positionFrames, timeNanos); in getTimestamp() local
DAAudioServiceStreamBase.cpp67 std::stringstream result; in dump() local
85 aaudio_result_t result = AAUDIO_OK; in open() local
129 aaudio_result_t result = AAUDIO_OK; in close() local
175 aaudio_result_t result = AAUDIO_OK; in start() local
206 aaudio_result_t result = AAUDIO_OK; in pause() local
238 aaudio_result_t result = AAUDIO_OK; in stop() local
273 aaudio_result_t result = AAUDIO_OK; in stopTimestampThread() local
282 aaudio_result_t result = AAudio_isFlushAllowed(getState()); in flush() local
305 aaudio_result_t result = sendCurrentTimestamp(); in run() local
391 aaudio_result_t result = getFreeRunningPosition(&command.timestamp.position, in sendCurrentTimestamp() local
/frameworks/native/libs/gui/
DIGraphicBufferProducer.cpp92 status_t result =remote()->transact(REQUEST_BUFFER, data, &reply); in requestBuffer() local
114 status_t result = remote()->transact(SET_MAX_DEQUEUED_BUFFER_COUNT, in setMaxDequeuedBufferCount() local
128 status_t result = remote()->transact(SET_ASYNC_MODE, in setAsyncMode() local
150 status_t result = remote()->transact(DEQUEUE_BUFFER, data, &reply); in dequeueBuffer() local
189 status_t result = remote()->transact(DETACH_BUFFER, data, &reply); in detachBuffer() local
208 status_t result = remote()->transact(DETACH_NEXT_BUFFER, data, &reply); in detachNextBuffer() local
241 status_t result = remote()->transact(ATTACH_BUFFER, data, &reply); in attachBuffer() local
266 status_t result = remote()->transact(QUEUE_BUFFER, data, &reply); in queueBuffer() local
285 status_t result = remote()->transact(CANCEL_BUFFER, data, &reply); in cancelBuffer() local
297 status_t result = remote()->transact(QUERY, data, &reply); in query() local
[all …]
/frameworks/base/core/java/android/view/contentcapture/
DIContentCaptureManager.aidl45 int sessionId, int flags, in IResultReceiver result); in startSession()
59 void getServiceComponentName(in IResultReceiver result); in getServiceComponentName()
69 void isContentCaptureFeatureEnabled(in IResultReceiver result); in isContentCaptureFeatureEnabled()
74 void getServiceSettingsActivity(in IResultReceiver result); in getServiceSettingsActivity()
79 void getContentCaptureConditions(String packageName, in IResultReceiver result); in getContentCaptureConditions()

12345678910>>...85