Home
last modified time | relevance | path

Searched refs:onStarted (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/notifcollection/
DSelfTrackingLifetimeExtenderTest.kt59 private lateinit var onStarted: Consumer<NotificationEntry> variable in com.android.systemui.statusbar.notification.collection.notifcollection.SelfTrackingLifetimeExtenderTest
82 verify(onStarted, never()).accept(entry1) in testNoExtend()
90 verify(onStarted).accept(entry1) in testExtendThenCancelForRepost()
112 verify(onStarted).accept(entry1) in testExtendThenEnd()
123 verify(onStarted).accept(entry1) in testExtendThenEndAfterDelay()
146 verify(onStarted).accept(entry1) in testExtendThenEndAll()
150 verify(onStarted).accept(entry2) in testExtendThenEndAll()
164 verify(onStarted, times(1)).accept(entry1) in testExtendWithinEndCanReExtend()
170 verify(onStarted, times(2)).accept(entry1) in testExtendWithinEndCanReExtend()
178 verify(onStarted, times(1)).accept(entry1) in testExtendWithinEndCanNotReExtend()
[all …]
/frameworks/base/core/java/android/view/translation/
DUiTranslationStateCallback.java58 default void onStarted(@NonNull String sourceLocale, @NonNull String targetLocale) { in onStarted() method
78 default void onStarted(@NonNull ULocale sourceLocale, @NonNull ULocale targetLocale) { in onStarted() method
79 onStarted(sourceLocale.getLanguage(), targetLocale.getLanguage()); in onStarted()
100 default void onStarted(@NonNull ULocale sourceLocale, @NonNull ULocale targetLocale, in onStarted() method
102 onStarted(sourceLocale, targetLocale); in onStarted()
DUiTranslationManager.java405 mCallback.onStarted(mSourceLocale, mTargetLocale, packageName); in onStateChange()
/frameworks/base/core/java/android/os/
DIProgressListener.aidl23 void onStarted(int id, in Bundle extras); in onStarted() method
/frameworks/base/core/java/com/android/internal/util/
DProgressReporter.java98 listener.onStarted(mId, null); in addListener()
211 mListeners.getBroadcastItem(i).onStarted(id, extras); in notifyStarted()
/frameworks/av/media/libmediatranscoding/include/media/
DTranscoderInterface.h55 virtual void onStarted(ClientIdType clientId, SessionIdType sessionId) = 0;
DTranscodingSessionController.h63 void onStarted(ClientIdType clientId, SessionIdType sessionId) override;
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DFakeStorageManager.java73 listener.onStarted(userId, null); in unlockUser()
/frameworks/base/core/jni/include/android_runtime/
DAndroidRuntime.h86 virtual void onStarted() = 0;
/frameworks/av/services/mediatranscoding/
DSimulatedTranscoder.cpp78 callback->onStarted(clientId, sessionId); in start()
/frameworks/base/cmds/app_process/
Dapp_main.cpp79 virtual void onStarted() in onStarted() function in android::AppRuntime
/frameworks/base/location/java/android/location/
DGnssStatus.java87 public void onStarted() { in onStarted() method in GnssStatus.Callback
DLocationManager.java3292 public void onStarted() { in onStarted() method in LocationManager.GpsAdapter
3350 execute(mExecutor, GnssStatus.Callback::onStarted); in onGnssStarted()
/frameworks/layoutlib/bridge/src/android/net/
DConnectivityManager.java352 public void onStarted() {} in onStarted() method in ConnectivityManager.PacketKeepaliveCallback
/frameworks/av/media/libmediatranscoding/
DTranscoderWrapper.cpp237 callback->onStarted(clientId, sessionId); in start()
DTranscodingSessionController.cpp910 void TranscodingSessionController::onStarted(ClientIdType clientId, SessionIdType sessionId) { in onStarted() function in android::TranscodingSessionController
/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/
DUserLifecycleTests.java783 public void onStarted(int id, Bundle extras) {} in onStarted() method in UserLifecycleTests.ProgressWaiter
/frameworks/base/core/jni/
DAndroidRuntime.cpp248 gCurRuntime->onStarted(); in com_android_internal_os_RuntimeInit_nativeFinishInit()
/frameworks/base/core/api/
Dremoved.txt568 method @Deprecated public default void onStarted(@NonNull String, @NonNull String);
Dcurrent.txt19473 method public void onStarted();
54107 …method public default void onStarted(@NonNull android.icu.util.ULocale, @NonNull android.icu.util.…
54108 …method public default void onStarted(@NonNull android.icu.util.ULocale, @NonNull android.icu.util.…
/frameworks/base/services/core/java/com/android/server/am/
DUserController.java3205 public void onStarted(int id, Bundle extras) throws RemoteException {
DActivityManagerShellCommand.java461 public void onStarted(int id, Bundle extras) {}
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java1446 public void onStarted(int id, Bundle extras) throws RemoteException { in unlockUser()
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java549 public void onStarted(int id, Bundle extras) {} in onStarted() method in UserManagerService.DisableQuietModeUserUnlockedCallback
/frameworks/base/services/
Dart-profile9978 PLcom/android/server/am/UserController$UserProgressListener;->onStarted(ILandroid/os/Bundle;)V
27431 PLcom/android/server/locksettings/LockSettingsService$3;->onStarted(ILandroid/os/Bundle;)V
37411 PLcom/android/server/pm/UserManagerService$DisableQuietModeUserUnlockedCallback;->onStarted(ILandro…

12