Searched refs:getSupportedStates (Results 1 – 8 of 8) sorted by relevance
76 verify(callback1).onSupportedStatesChanged(eq(mService.getSupportedStates())); in registerCallback()79 verify(callback2).onSupportedStatesChanged(eq(mService.getSupportedStates())); in registerCallback()88 verify(callback1).onSupportedStatesChanged(eq(mService.getSupportedStates())); in registerCallback()89 verify(callback2).onSupportedStatesChanged(eq(mService.getSupportedStates())); in registerCallback()121 verify(callback).onSupportedStatesChanged(eq(mService.getSupportedStates())); in unregisterCallback()390 public int[] getSupportedStates() { in getSupportedStates() method in DeviceStateManagerGlobalTest.TestDeviceStateManagerService
88 public int[] getSupportedStates() { in getSupportedStates() method in DeviceStateManager89 return mGlobal.getSupportedStates(); in getSupportedStates()
93 public int[] getSupportedStates() { in getSupportedStates() method in DeviceStateManagerGlobal
179 DeviceState[] states = mService.getSupportedStates(); in runPrintStates()189 pw.print(Arrays.stream(mService.getSupportedStates()) in runPrintStatesSimple()
352 DeviceState[] getSupportedStates() { in getSupportedStates() method in DeviceStateManagerService
214 assertThat(mService.getSupportedStates()).asList().containsExactly(DEFAULT_DEVICE_STATE, in supportedStatesChanged()227 assertThat(mService.getSupportedStates()).asList().containsExactly(DEFAULT_DEVICE_STATE); in supportedStatesChanged()247 assertThat(mService.getSupportedStates()).asList().containsExactly(DEFAULT_DEVICE_STATE, in supportedStatesChanged_statesRemainSame()261 assertThat(mService.getSupportedStates()).asList().containsExactly(DEFAULT_DEVICE_STATE, in supportedStatesChanged_statesRemainSame()
104 mCurrentSupportedDeviceStates = mDeviceStateManager.getSupportedStates(); in WindowAreaComponentImpl()
1495 method @NonNull public int[] getSupportedStates();