Searched refs:EVENT_PS_RESTRICT_ENABLED (Results 1 – 3 of 3) sorted by relevance
91 public static final int EVENT_PS_RESTRICT_ENABLED = BASE + 22; field in DctConstants
146 private static final int EVENT_PS_RESTRICT_ENABLED = 8; field in ServiceStateTrackerTest1466 sst.registerForPsRestrictedEnabled(mTestHandler, EVENT_PS_RESTRICT_ENABLED, null); in testRegisterForPsRestrictedEnabled()1473 assertEquals(EVENT_PS_RESTRICT_ENABLED, messageArgumentCaptor.getValue().what); in testRegisterForPsRestrictedEnabled()
762 DctConstants.EVENT_PS_RESTRICT_ENABLED, null); in registerServiceStateTrackerEvents()3527 case DctConstants.EVENT_PS_RESTRICT_ENABLED: in handleMessage()