Home
last modified time | relevance | path

Searched refs:getDockedClockFace (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/clock/
DClockManagerTest.java125 when(mMockSettingsWrapper.getDockedClockFace(anyInt())).thenReturn(null); in getCurrentClock_default()
192 when(mMockSettingsWrapper.getDockedClockFace(anyInt())).thenReturn(BUBBLE_CLOCK); in getCurrentClock_dockedCustomClock()
202 when(mMockSettingsWrapper.getDockedClockFace(anyInt())).thenReturn("bad value"); in getCurrentClock_badDockedSettingsValue()
213 when(mMockSettingsWrapper.getDockedClockFace(anyInt())).thenReturn("bad value"); in getCurrentClock_badDockedSettingsFallback()
245 when(mMockSettingsWrapper.getDockedClockFace(SECONDARY_USER_ID)).thenReturn(BUBBLE_CLOCK); in onUserChanged_docked()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/clock/
DSettingsWrapper.java67 String getDockedClockFace(int userId) { in getDockedClockFace() method in SettingsWrapper
DClockManager.java363 final String name = mSettingsWrapper.getDockedClockFace( in getClockPlugin()