HomeSort by relevance Sort by last modified time
    Searched refs:onSystemReady (Results 1 - 16 of 16) sorted by null

  /frameworks/base/core/java/com/android/internal/policy/
IKeyguardService.aidl 82 void onSystemReady();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardService.java 167 public void onSystemReady() {
168 Trace.beginSection("KeyguardService.mBinder#onSystemReady");
170 mKeyguardViewMediator.onSystemReady();
KeyguardViewMediator.java 709 public void onSystemReady() {
712 if (DEBUG) Log.d(TAG, "onSystemReady");
    [all...]
  /frameworks/base/services/core/java/com/android/server/policy/keyguard/
KeyguardServiceWrapper.java 177 public void onSystemReady() {
179 mService.onSystemReady();
KeyguardServiceDelegate.java 164 mKeyguardService.onSystemReady();
335 public void onSystemReady() {
337 mKeyguardService.onSystemReady();
  /frameworks/base/services/core/java/com/android/server/
WiredAccessoryManager.java 102 private void onSystemReady() {
236 onSystemReady();
  /frameworks/base/packages/Keyguard/test/src/com/android/keyguard/test/
KeyguardTestActivity.java 113 // mService.onSystemReady();
115 // Log.v(TAG, "Remote service died trying to call onSystemReady");
260 mService.onSystemReady();
  /frameworks/base/services/core/java/com/android/server/notification/
ZenModeHelper.java 186 public void onSystemReady() {
187 if (DEBUG) Log.d(TAG, "onSystemReady");
195 evaluateZenMode("onSystemReady", true);
    [all...]
NotificationManagerService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
UserController.java     [all...]
ActivityManagerService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/audio/
AudioService.java 719 public void onSystemReady() {
    [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
PhoneWindowManager.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 751 milliseconds