HomeSort by relevance Sort by last modified time
    Searched refs:UI_MODE_SERVICE (Results 1 - 25 of 36) sorted by null

1 2

  /packages/apps/Settings/src/com/android/settings/display/
NightModePreferenceController.java 26 import static android.content.Context.UI_MODE_SERVICE;
58 (UiModeManager) mContext.getSystemService(UI_MODE_SERVICE);
70 (UiModeManager) mContext.getSystemService(UI_MODE_SERVICE);
  /cts/hostsidetests/services/activityandwindowmanager/activitymanager/app/src/android/server/cts/
NightModeActivity.java 37 UiModeManager uiManager = (UiModeManager) getSystemService(Context.UI_MODE_SERVICE);
  /frameworks/base/core/java/android/app/
UiModeManager.java 54 @SystemService(Context.UI_MODE_SERVICE)
127 ServiceManager.getServiceOrThrow(Context.UI_MODE_SERVICE));
SystemServiceRegistry.java 507 registerService(Context.UI_MODE_SERVICE, UiModeManager.class,
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
AppCompatDelegateImplV23.java 33 mUiModeManager = (UiModeManager) context.getSystemService(Context.UI_MODE_SERVICE);
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
SystemStateProviderTest.java 74 when(mContext.getSystemService(Context.UI_MODE_SERVICE)).thenReturn(mUiModeManager);
81 when(mContext.getSystemService(Context.UI_MODE_SERVICE)).thenReturn(mUiModeManager);
  /packages/services/Telecomm/src/com/android/server/telecom/
SystemStateProvider.java 116 (UiModeManager) mContext.getSystemService(Context.UI_MODE_SERVICE);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/car/
CarDockTestActivity.java 56 mManager = (UiModeManager) getSystemService(Context.UI_MODE_SERVICE);
  /cts/tests/app/src/android/app/cts/
UiModeManagerTest.java 33 mUiModeManager = (UiModeManager) getContext().getSystemService(Context.UI_MODE_SERVICE);
  /packages/services/Car/service/src/com/android/car/
CarNightService.java 108 mUiModeManager = (UiModeManager) mContext.getSystemService(Context.UI_MODE_SERVICE);
110 Log.w(CarLog.TAG_SENSOR,"Failed to get UI_MODE_SERVICE");
  /frameworks/base/tests/Compatibility/src/com/android/compatibilitytest/
AppCompatibility.java 215 UiModeManager umm = (UiModeManager) mContext.getSystemService(Context.UI_MODE_SERVICE);
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowApplication.java 65 SYSTEM_SERVICE_MAP.put(Context.UI_MODE_SERVICE, "android.app.UiModeManager");
  /frameworks/base/core/java/android/content/
Context.java     [all...]
  /cts/tests/tests/telecom/src/android/telecom/cts/
ExtendedInCallServiceTest.java 304 UiModeManager manager = (UiModeManager) mContext.getSystemService(Context.UI_MODE_SERVICE);
  /cts/tests/tests/widget/src/android/widget/cts/
AutoCompleteTextViewTest.java 152 Context.UI_MODE_SERVICE);
    [all...]
  /frameworks/base/services/core/java/com/android/server/
UiModeManagerService.java 240 publishBinderService(Context.UI_MODE_SERVICE, mService);
    [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
PhoneWindowManager.java     [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/sdk/11/
android.jar 

Completed in 680 milliseconds

1 2