/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | NotificationTapHelperTest.java | 105 verify(mActivationListener).onActiveChanged(true); in testDoubleTap_success() 137 verify(mActivationListener).onActiveChanged(true); in testSingleTap_timeout() 139 verify(mActivationListener).onActiveChanged(false); in testSingleTap_timeout() 165 verify(mActivationListener, never()).onActiveChanged(true); in testSingleTap_falsed() 206 verify(mActivationListener).onActiveChanged(true); in testDoubleTap_falsed() 210 verify(mActivationListener).onActiveChanged(false); in testDoubleTap_falsed() 240 verify(mActivationListener, never()).onActiveChanged(true); in testSlideBack() 241 verify(mActivationListener, never()).onActiveChanged(false); in testSlideBack() 308 verify(mActivationListener).onActiveChanged(true); in testMoreThanTwoTaps() 321 verify(mActivationListener).onActiveChanged(true); in testMoreThanTwoTaps()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationTapHelper.java | 111 mActivationListener.onActiveChanged(true); in makeActive() 115 mActivationListener.onActiveChanged(false); in makeInactive() 126 void onActiveChanged(boolean active); in onActiveChanged() method
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/condition/ |
D | ConditionMonitorTest.java | 523 verify(callback, never()).onActiveChanged(anyBoolean()); in testNestedCondition() 536 verify(callback).onActiveChanged(eq(true)); in testNestedCondition() 553 verify(callback).onActiveChanged(eq(false)); in testNestedCondition() 574 verify(callback, never()).onActiveChanged(anyBoolean()); in testPreconditionMonitor() 580 verify(callback).onActiveChanged(eq(true)); in testPreconditionMonitor()
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/condition/ |
D | Monitor.java | 84 callback.onActiveChanged(active); in setActive() 401 default void onActiveChanged(boolean active) { in onActiveChanged() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/common/data/repository/ |
D | PackageInstallerMonitor.kt | 116 override fun onActiveChanged(sessionId: Int, active: Boolean) { in <lambda>() method
|
/frameworks/base/core/tests/PackageInstallerSessions/src/android/content/pm/ |
D | PackageSessionTests.kt | 127 override fun onActiveChanged(sessionId: Int, active: Boolean) { in <lambda>() method in android.content.pm.PackageSessionTests.SessionStatusTrackerCallback
|
/frameworks/base/apct-tests/perftests/packagemanager/src/android/content/pm/ |
D | PackageInstallerBenchmark.java | 88 public void onActiveChanged(int sessionId, boolean active) { } in onActiveChanged() method in PackageInstallerBenchmark.SessionCallback
|
/frameworks/base/services/core/java/com/android/server/rollback/ |
D | RollbackManagerServiceImpl.java | 1162 public void onActiveChanged(int sessionId, boolean active) { }
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageInstaller.java | 1374 public abstract void onActiveChanged(int sessionId, boolean active); in onActiveChanged() method in PackageInstaller.SessionCallback 1423 mExecutor.execute(PooledLambda.obtainRunnable(SessionCallback::onActiveChanged, in onSessionActiveChanged()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 8619 method public abstract void onActiveChanged(int, boolean);
|
/frameworks/base/core/api/ |
D | current.txt | 12782 method public abstract void onActiveChanged(int, boolean);
|