/frameworks/base/core/java/android/service/appprediction/ |
D | IPredictionService.aidl | 35 in AppPredictionSessionId sessionId); in onCreatePredictionSession() 37 void notifyAppTargetEvent(in AppPredictionSessionId sessionId, in AppTargetEvent event); in notifyAppTargetEvent() 39 void notifyLaunchLocationShown(in AppPredictionSessionId sessionId, in String launchLocation, in notifyLaunchLocationShown() 42 void sortAppTargets(in AppPredictionSessionId sessionId, in ParceledListSlice targets, in sortAppTargets() 45 void registerPredictionUpdates(in AppPredictionSessionId sessionId, in registerPredictionUpdates() 48 void unregisterPredictionUpdates(in AppPredictionSessionId sessionId, in unregisterPredictionUpdates() 51 void requestPredictionUpdate(in AppPredictionSessionId sessionId); in requestPredictionUpdate() 53 void onDestroyPredictionSession(in AppPredictionSessionId sessionId); in onDestroyPredictionSession() 55 void requestServiceFeatures(in AppPredictionSessionId sessionId, in IRemoteCallback callback); in requestServiceFeatures()
|
D | AppPredictionService.java | 174 public abstract void onAppTargetEvent(@NonNull AppPredictionSessionId sessionId, in onAppTargetEvent() 181 public abstract void onLaunchLocationShown(@NonNull AppPredictionSessionId sessionId, in onLaunchLocationShown() 185 @NonNull AppPredictionSessionId sessionId) { in doCreatePredictionSession() 197 @NonNull AppPredictionSessionId sessionId) {} in onCreatePredictionSession() 203 public abstract void onSortAppTargets(@NonNull AppPredictionSessionId sessionId, in onSortAppTargets() 207 private void doRegisterPredictionUpdates(@NonNull AppPredictionSessionId sessionId, in doRegisterPredictionUpdates() 232 private void doUnregisterPredictionUpdates(@NonNull AppPredictionSessionId sessionId, in doUnregisterPredictionUpdates() 262 private void doRequestPredictionUpdate(@NonNull AppPredictionSessionId sessionId) { in doRequestPredictionUpdate() 277 public abstract void onRequestPredictionUpdate(@NonNull AppPredictionSessionId sessionId); in onRequestPredictionUpdate() 279 private void doDestroyPredictionSession(@NonNull AppPredictionSessionId sessionId) { in doDestroyPredictionSession() [all …]
|
/frameworks/base/tests/StagedInstallTest/app/src/com/android/tests/stagedinstallinternal/ |
D | StagedInstallInternalTest.java | 180 int sessionId = Install.multi(TEST_APEX_WITH_APK_V2, TestApp.A2).setStaged().commit(); in testDuplicateApkInApexShouldFail_Commit() local 187 int sessionId = retrieveLastSessionId(); in testDuplicateApkInApexShouldFail_Verify() local 195 int sessionId = Install.single(TestApp.A1).setStaged().commit(); in testSystemServerRestartDoesNotAffectStagedSessions_Commit() local 204 int sessionId = retrieveLastSessionId(); in testSystemServerRestartDoesNotAffectStagedSessions_Verify() local 238 int sessionId = Install.single(TestApp.A1).setStaged().commit(); in testStagedSessionShouldCleanUpOnOnSuccess_Commit() local 244 int sessionId = retrieveLastSessionId(); in testStagedSessionShouldCleanUpOnOnSuccess_Verify() local 252 int sessionId = Install.multi(TestApp.A1, TestApp.Apex2).setStaged().commit(); in testStagedSessionShouldCleanUpOnOnSuccessMultiPackage_Commit() local 271 int sessionId = Install.multi(TestApp.A1, TestApp.Apex1).setStaged().commit(); in testFailStagedSessionIfStagingDirectoryDeleted_Commit() local 278 int sessionId = retrieveLastSessionId(); in testFailStagedSessionIfStagingDirectoryDeleted_Verify() local 286 int sessionId = Install.single(TestApp.Apex1).setStaged().commit(); in testApexActivationFailureIsCapturedInSession_Commit() local [all …]
|
/frameworks/base/core/java/android/app/prediction/ |
D | IPredictionManager.aidl | 33 in AppPredictionSessionId sessionId, in IBinder token); in createPredictionSession() 35 void notifyAppTargetEvent(in AppPredictionSessionId sessionId, in AppTargetEvent event); in notifyAppTargetEvent() 37 void notifyLaunchLocationShown(in AppPredictionSessionId sessionId, in String launchLocation, in notifyLaunchLocationShown() 40 void sortAppTargets(in AppPredictionSessionId sessionId, in ParceledListSlice targets, in sortAppTargets() 43 void registerPredictionUpdates(in AppPredictionSessionId sessionId, in registerPredictionUpdates() 46 void unregisterPredictionUpdates(in AppPredictionSessionId sessionId, in unregisterPredictionUpdates() 49 void requestPredictionUpdate(in AppPredictionSessionId sessionId); in requestPredictionUpdate() 51 void onDestroyPredictionSession(in AppPredictionSessionId sessionId); in onDestroyPredictionSession() 53 void requestServiceFeatures(in AppPredictionSessionId sessionId, in IRemoteCallback callback); in requestServiceFeatures()
|
/frameworks/base/core/java/android/service/textclassifier/ |
D | ITextClassifierService.aidl | 38 in TextClassificationSessionId sessionId, in onSuggestSelection() 43 in TextClassificationSessionId sessionId, in onClassifyText() 48 in TextClassificationSessionId sessionId, in onGenerateLinks() 54 in TextClassificationSessionId sessionId, in onSelectionEvent() 58 in TextClassificationSessionId sessionId, in onTextClassifierEvent() 63 in TextClassificationSessionId sessionId); in onCreateTextClassificationSession() 66 in TextClassificationSessionId sessionId); in onDestroyTextClassificationSession() 69 in TextClassificationSessionId sessionId, in onDetectLanguage() 74 in TextClassificationSessionId sessionId, in onSuggestConversationActions()
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/ |
D | DesktopModeLoggerTransitionObserverTest.kt | 139 val sessionId = transitionObserver.getLoggerSessionId() in transitOpen_logTaskAddedAndEnterReasonAppFreeformIntent() constant 158 val sessionId = transitionObserver.getLoggerSessionId() in transitEndDragToDesktop_logTaskAddedAndEnterReasonAppHandleDrag() constant 176 val sessionId = transitionObserver.getLoggerSessionId() in transitEnterDesktopByButtonTap_logTaskAddedAndEnterReasonButtonTap() constant 194 val sessionId = transitionObserver.getLoggerSessionId() in transitEnterDesktopFromAppFromOverview_logTaskAddedAndEnterReasonAppFromOverview() constant 212 val sessionId = transitionObserver.getLoggerSessionId() in transitEnterDesktopFromKeyboardShortcut_logTaskAddedAndEnterReasonKeyboardShortcut() constant 227 val sessionId = transitionObserver.getLoggerSessionId() in transitToFront_logTaskAddedAndEnterReasonOverview() constant 263 val sessionId = transitionObserver.getLoggerSessionId() in transitToFront_previousTransitionExitToOverview_logTaskAddedAndEnterReasonOverview() constant 299 val sessionId = transitionObserver.getLoggerSessionId() in transitChange_previousTransitionExitToOverview_logTaskAddedAndEnterReasonOverview() constant 335 val sessionId = transitionObserver.getLoggerSessionId() in transitOpen_previousTransitionExitToOverview_logTaskAddedAndEnterReasonOverview() constant 374 val sessionId = transitionObserver.getLoggerSessionId() in transitEnterDesktopFromAppFromOverview_previousTransitionExitToOverview_logTaskAddedAndEnterReasonAppFromOverview() constant [all …]
|
/frameworks/av/media/module/libmediatranscoding/aidl/android/media/ |
D | ITranscodingClientCallback.aidl | 48 oneway void onTranscodingStarted(in int sessionId); in onTranscodingStarted() 56 oneway void onTranscodingPaused(in int sessionId); in onTranscodingPaused() 64 oneway void onTranscodingResumed(in int sessionId); in onTranscodingResumed() 72 oneway void onTranscodingFinished(in int sessionId, in TranscodingResultParcel result); in onTranscodingFinished() 80 oneway void onTranscodingFailed(in int sessionId, in TranscodingErrorCode errorCode); in onTranscodingFailed() 93 oneway void onAwaitNumberOfSessionsChanged(in int sessionId, in onAwaitNumberOfSessionsChanged() 106 oneway void onProgressUpdate(in int sessionId, in int progress); in onProgressUpdate()
|
D | ITranscodingClient.aidl | 46 boolean cancelSession(in int sessionId); in cancelSession() 55 boolean getSessionWithId(in int sessionId, out TranscodingSessionParcel session); in getSessionWithId() 65 boolean addClientUid(in int sessionId, int clientUid); in addClientUid() 81 int[] getClientUids(in int sessionId); in getClientUids()
|
/frameworks/base/core/java/android/service/smartspace/ |
D | ISmartspaceService.aidl | 33 void onCreateSmartspaceSession(in SmartspaceConfig context, in SmartspaceSessionId sessionId); in onCreateSmartspaceSession() 35 void notifySmartspaceEvent(in SmartspaceSessionId sessionId, in SmartspaceTargetEvent event); in notifySmartspaceEvent() 37 void requestSmartspaceUpdate(in SmartspaceSessionId sessionId); in requestSmartspaceUpdate() 39 void registerSmartspaceUpdates(in SmartspaceSessionId sessionId, in registerSmartspaceUpdates() 42 void unregisterSmartspaceUpdates(in SmartspaceSessionId sessionId, in unregisterSmartspaceUpdates() 45 void onDestroySmartspaceSession(in SmartspaceSessionId sessionId); in onDestroySmartspaceSession()
|
D | SmartspaceService.java | 146 @NonNull SmartspaceSessionId sessionId) { in doCreateSmartspaceSession() 158 @NonNull SmartspaceSessionId sessionId); in onCreateSmartspaceSession() 164 public abstract void notifySmartspaceEvent(@NonNull SmartspaceSessionId sessionId, in notifySmartspaceEvent() 171 public abstract void onRequestSmartspaceUpdate(@NonNull SmartspaceSessionId sessionId); in onRequestSmartspaceUpdate() 173 private void doRegisterSmartspaceUpdates(@NonNull SmartspaceSessionId sessionId, in doRegisterSmartspaceUpdates() 193 private void doUnregisterSmartspaceUpdates(@NonNull SmartspaceSessionId sessionId, in doUnregisterSmartspaceUpdates() 208 private void doRequestPredictionUpdate(@NonNull SmartspaceSessionId sessionId) { in doRequestPredictionUpdate() 244 public abstract void onDestroySmartspaceSession(@NonNull SmartspaceSessionId sessionId); in onDestroySmartspaceSession() 246 private void doDestroy(@NonNull SmartspaceSessionId sessionId) { in doDestroy() 262 public final void updateSmartspaceTargets(@NonNull SmartspaceSessionId sessionId, in updateSmartspaceTargets() [all …]
|
/frameworks/base/core/java/android/view/autofill/ |
D | IAutoFillManagerClient.aidl | 49 void autofill(int sessionId, in List<AutofillId> ids, in List<AutofillValue> values, in autofill() 52 void onGetCredentialResponse(int sessionId, in AutofillId id, in onGetCredentialResponse() 55 void onGetCredentialException(int sessionId, in AutofillId id, in onGetCredentialException() 61 void autofillContent(int sessionId, in AutofillId id, in ClipData content); in autofillContent() 66 void authenticate(int sessionId, int authenticationId, in IntentSender intent, in authenticate() 73 void setTrackedViews(int sessionId, in @nullable AutofillId[] savableIds, in setTrackedViews() 80 void requestShowFillUi(int sessionId, in AutofillId id, int width, int height, in requestShowFillUi() 86 void requestHideFillUi(int sessionId, in AutofillId id); in requestHideFillUi() 91 void requestHideFillUiWhenDestroyed(int sessionId, in AutofillId id); in requestHideFillUiWhenDestroyed() 97 void notifyNoFillUi(int sessionId, in AutofillId id, int sessionFinishedState); in notifyNoFillUi() [all …]
|
/frameworks/base/core/java/android/app/smartspace/ |
D | ISmartspaceManager.aidl | 31 void createSmartspaceSession(in SmartspaceConfig config, in SmartspaceSessionId sessionId, in createSmartspaceSession() 34 void notifySmartspaceEvent(in SmartspaceSessionId sessionId, in SmartspaceTargetEvent event); in notifySmartspaceEvent() 36 void requestSmartspaceUpdate(in SmartspaceSessionId sessionId); in requestSmartspaceUpdate() 38 void registerSmartspaceUpdates(in SmartspaceSessionId sessionId, in registerSmartspaceUpdates() 41 void unregisterSmartspaceUpdates(in SmartspaceSessionId sessionId, in unregisterSmartspaceUpdates() 44 void destroySmartspaceSession(in SmartspaceSessionId sessionId); in destroySmartspaceSession()
|
/frameworks/base/core/java/android/service/search/ |
D | ISearchUiService.aidl | 34 void onCreateSearchSession(in SearchContext context, in SearchSessionId sessionId); in onCreateSearchSession() 36 void onQuery(in SearchSessionId sessionId, in Query input, in ISearchCallback callback); in onQuery() 38 void onNotifyEvent(in SearchSessionId sessionId, in Query input, in SearchTargetEvent event); in onNotifyEvent() 40 …void onRegisterEmptyQueryResultUpdateCallback (in SearchSessionId sessionId, in ISearchCallback ca… in onRegisterEmptyQueryResultUpdateCallback() 42 …void onUnregisterEmptyQueryResultUpdateCallback(in SearchSessionId sessionId, in ISearchCallback c… in onUnregisterEmptyQueryResultUpdateCallback() 44 void onDestroy(in SearchSessionId sessionId); in onDestroy()
|
D | SearchUiService.java | 158 @NonNull SearchSessionId sessionId) { in onCreateSearchSession() 165 @NonNull SearchSessionId sessionId) { in onSearchSessionCreated() 173 public abstract void onQuery(@NonNull SearchSessionId sessionId, in onQuery() 184 public abstract void onNotifyEvent(@NonNull SearchSessionId sessionId, in onNotifyEvent() 188 private void doRegisterEmptyQueryResultUpdateCallback(@NonNull SearchSessionId sessionId, in doRegisterEmptyQueryResultUpdateCallback() 217 private void doUnregisterEmptyQueryResultUpdateCallback(@NonNull SearchSessionId sessionId, in doUnregisterEmptyQueryResultUpdateCallback() 262 private void doDestroy(@NonNull SearchSessionId sessionId) { in doDestroy() 271 public abstract void onDestroy(@NonNull SearchSessionId sessionId); in onDestroy() 278 public final void updateEmptyQueryResult(@NonNull SearchSessionId sessionId, in updateEmptyQueryResult()
|
/frameworks/base/core/java/android/app/search/ |
D | ISearchUiManager.aidl | 32 void createSearchSession(in SearchContext context, in SearchSessionId sessionId, in createSearchSession() 35 void query(in SearchSessionId sessionId, in Query input, in ISearchCallback callback); in query() 37 void notifyEvent(in SearchSessionId sessionId, in Query input, in SearchTargetEvent event); in notifyEvent() 39 …void registerEmptyQueryResultUpdateCallback(in SearchSessionId sessionId, in ISearchCallback callb… in registerEmptyQueryResultUpdateCallback() 41 …void unregisterEmptyQueryResultUpdateCallback(in SearchSessionId sessionId, in ISearchCallback cal… in unregisterEmptyQueryResultUpdateCallback() 43 void destroySearchSession(in SearchSessionId sessionId); in destroySearchSession()
|
/frameworks/base/core/java/android/content/pm/ |
D | IPackageInstallerCallback.aidl | 22 void onSessionCreated(int sessionId); in onSessionCreated() 24 void onSessionBadgingChanged(int sessionId); in onSessionBadgingChanged() 26 void onSessionActiveChanged(int sessionId, boolean active); in onSessionActiveChanged() 28 void onSessionProgressChanged(int sessionId, float progress); in onSessionProgressChanged() 30 void onSessionFinished(int sessionId, boolean success); in onSessionFinished()
|
/frameworks/base/media/java/android/media/metrics/ |
D | IMediaMetricsManager.aidl | 32 void reportPlaybackMetrics(in String sessionId, in PlaybackMetrics metrics, int userId); in reportPlaybackMetrics() 36 void reportNetworkEvent(in String sessionId, in NetworkEvent event, int userId); in reportNetworkEvent() 37 void reportPlaybackErrorEvent(in String sessionId, in PlaybackErrorEvent event, int userId); in reportPlaybackErrorEvent() 38 void reportPlaybackStateEvent(in String sessionId, in PlaybackStateEvent event, int userId); in reportPlaybackStateEvent() 39 void reportTrackChangeEvent(in String sessionId, in TrackChangeEvent event, int userId); in reportTrackChangeEvent() 41 void reportEditingEndedEvent(in String sessionId, in EditingEndedEvent event, int userId); in reportEditingEndedEvent() 46 void reportBundleMetrics(in String sessionId, in PersistableBundle metrics, int userId); in reportBundleMetrics() 48 void releaseSessionId(in String sessionId, int userId); in releaseSessionId()
|
D | MediaMetricsManager.java | 49 public void reportPlaybackMetrics(@NonNull String sessionId, PlaybackMetrics metrics) { in reportPlaybackMetrics() 60 public void reportBundleMetrics(@NonNull String sessionId, PersistableBundle metrics) { in reportBundleMetrics() 71 public void reportNetworkEvent(@NonNull String sessionId, NetworkEvent event) { in reportNetworkEvent() 83 public void reportPlaybackStateEvent(@NonNull String sessionId, PlaybackStateEvent event) { in reportPlaybackStateEvent() 95 public void reportTrackChangeEvent(@NonNull String sessionId, TrackChangeEvent event) { in reportTrackChangeEvent() 177 public void releaseSessionId(@NonNull String sessionId) { in releaseSessionId() 189 public void reportPlaybackErrorEvent(@NonNull String sessionId, PlaybackErrorEvent event) { in reportPlaybackErrorEvent() 202 public void reportEditingEndedEvent( in reportEditingEndedEvent()
|
/frameworks/base/services/appprediction/java/com/android/server/appprediction/ |
D | AppPredictionManagerService.java | 114 @NonNull AppPredictionSessionId sessionId, @NonNull IBinder token) { in createPredictionSession() 120 public void notifyAppTargetEvent(@NonNull AppPredictionSessionId sessionId, in notifyAppTargetEvent() 127 public void notifyLaunchLocationShown(@NonNull AppPredictionSessionId sessionId, in notifyLaunchLocationShown() 134 public void sortAppTargets(@NonNull AppPredictionSessionId sessionId, in sortAppTargets() 142 public void registerPredictionUpdates(@NonNull AppPredictionSessionId sessionId, in registerPredictionUpdates() 148 public void unregisterPredictionUpdates(@NonNull AppPredictionSessionId sessionId, in unregisterPredictionUpdates() 155 public void requestPredictionUpdate(@NonNull AppPredictionSessionId sessionId) { in requestPredictionUpdate() 161 public void onDestroyPredictionSession(@NonNull AppPredictionSessionId sessionId) { in onDestroyPredictionSession() 167 public void requestServiceFeatures(@NonNull AppPredictionSessionId sessionId, in requestServiceFeatures() 182 @NonNull final AppPredictionSessionId sessionId, in runForUserLocked()
|
/frameworks/av/drm/mediadrm/plugins/clearkey/default/include/ |
D | DrmPlugin.h | 65 virtual status_t removeKeys(const Vector<uint8_t>& sessionId) { in removeKeys() 74 const Vector<uint8_t>& sessionId, in restoreKeys() 151 virtual status_t getSecurityLevel(Vector<uint8_t> const &sessionId, in getSecurityLevel() 158 virtual status_t setSecurityLevel(Vector<uint8_t> const &sessionId, in setSecurityLevel() 178 const Vector<uint8_t>& sessionId, const String8& algorithm) { in setCipherAlgorithm() 186 const Vector<uint8_t>& sessionId, const String8& algorithm) { in setMacAlgorithm() 194 const Vector<uint8_t>& sessionId, in encrypt() 208 const Vector<uint8_t>& sessionId, in decrypt() 222 const Vector<uint8_t>& sessionId, in sign() 235 const Vector<uint8_t>& sessionId, in verify() [all …]
|
/frameworks/base/media/java/android/media/ |
D | MediaRoute2ProviderService.java | 208 public abstract void onSetSessionVolume(long requestId, @NonNull String sessionId, int volume); in onSetSessionVolume() 218 public final RoutingSessionInfo getSessionInfo(@NonNull String sessionId) { in getSessionInfo() 265 String sessionId = sessionInfo.getId(); in notifySessionCreated() local 295 String sessionId = sessionInfo.getId(); in notifySessionUpdated() local 313 public final void notifySessionReleased(@NonNull String sessionId) { in notifySessionReleased() 416 public abstract void onReleaseSession(long requestId, @NonNull String sessionId); in onReleaseSession() 427 public abstract void onSelectRoute(long requestId, @NonNull String sessionId, in onSelectRoute() 439 public abstract void onDeselectRoute(long requestId, @NonNull String sessionId, in onDeselectRoute() 451 public abstract void onTransferToRoute(long requestId, @NonNull String sessionId, in onTransferToRoute() 597 private boolean checkSessionIdIsValid(String sessionId, String description) { in checkSessionIdIsValid() [all …]
|
/frameworks/av/drm/libmediadrm/ |
D | DrmHal.cpp | 63 DrmStatus DrmHal::openSession(DrmPlugin::SecurityLevel securityLevel, Vector<uint8_t>& sessionId) { in openSession() 68 DrmStatus DrmHal::closeSession(Vector<uint8_t> const& sessionId) { in closeSession() 73 DrmStatus DrmHal::getKeyRequest(Vector<uint8_t> const& sessionId, Vector<uint8_t> const& initData, in getKeyRequest() 85 DrmStatus DrmHal::provideKeyResponse(Vector<uint8_t> const& sessionId, in provideKeyResponse() 97 DrmStatus DrmHal::restoreKeys(Vector<uint8_t> const& sessionId, Vector<uint8_t> const& keySetId) { in restoreKeys() 102 DrmStatus DrmHal::queryKeyStatus(Vector<uint8_t> const& sessionId, in queryKeyStatus() 165 DrmStatus DrmHal::getSecurityLevel(Vector<uint8_t> const& sessionId, in getSecurityLevel() 213 DrmStatus DrmHal::setCipherAlgorithm(Vector<uint8_t> const& sessionId, String8 const& algorithm) { in setCipherAlgorithm() 219 DrmStatus DrmHal::setMacAlgorithm(Vector<uint8_t> const& sessionId, String8 const& algorithm) { in setMacAlgorithm() 224 DrmStatus DrmHal::encrypt(Vector<uint8_t> const& sessionId, Vector<uint8_t> const& keyId, in encrypt() [all …]
|
/frameworks/base/services/smartspace/java/com/android/server/smartspace/ |
D | SmartspaceManagerService.java | 110 @NonNull SmartspaceSessionId sessionId, @NonNull IBinder token) { in createSmartspaceSession() 116 public void notifySmartspaceEvent(SmartspaceSessionId sessionId, in notifySmartspaceEvent() 123 public void requestSmartspaceUpdate(SmartspaceSessionId sessionId) { in requestSmartspaceUpdate() 129 public void registerSmartspaceUpdates(@NonNull SmartspaceSessionId sessionId, in registerSmartspaceUpdates() 136 public void unregisterSmartspaceUpdates(SmartspaceSessionId sessionId, in unregisterSmartspaceUpdates() 143 public void destroySmartspaceSession(@NonNull SmartspaceSessionId sessionId) { in destroySmartspaceSession() 157 @NonNull final SmartspaceSessionId sessionId, in runForUserLocked()
|
/frameworks/base/core/java/android/view/contentcapture/ |
D | ChildContentCaptureSession.java | 104 void internalNotifyContextUpdated(int sessionId, @Nullable ContentCaptureContext context) { in internalNotifyContextUpdated() 109 void internalNotifyViewAppeared(int sessionId, @NonNull ViewStructureImpl node) { in internalNotifyViewAppeared() 114 void internalNotifyViewDisappeared(int sessionId, @NonNull AutofillId id) { in internalNotifyViewDisappeared() 120 int sessionId, @NonNull AutofillId id, @Nullable CharSequence text) { in internalNotifyViewTextChanged() 125 void internalNotifyViewInsetsChanged(int sessionId, @NonNull Insets viewInsets) { in internalNotifyViewInsetsChanged() 130 public void internalNotifyViewTreeEvent(int sessionId, boolean started) { in internalNotifyViewTreeEvent() 150 public void notifyWindowBoundsChanged(int sessionId, @NonNull Rect bounds) { in notifyWindowBoundsChanged()
|
/frameworks/base/services/searchui/java/com/android/server/searchui/ |
D | SearchUiManagerService.java | 108 @NonNull SearchSessionId sessionId, @NonNull IBinder token) { in createSearchSession() 114 public void notifyEvent(@NonNull SearchSessionId sessionId, @NonNull Query query, in notifyEvent() 121 public void query(@NonNull SearchSessionId sessionId, in query() 128 public void registerEmptyQueryResultUpdateCallback(@NonNull SearchSessionId sessionId, in registerEmptyQueryResultUpdateCallback() 135 public void unregisterEmptyQueryResultUpdateCallback(@NonNull SearchSessionId sessionId, in unregisterEmptyQueryResultUpdateCallback() 143 public void destroySearchSession(@NonNull SearchSessionId sessionId) { in destroySearchSession() 157 @NonNull final SearchSessionId sessionId, in runForUserLocked()
|