Searched refs:EVENT_PS_RESTRICT_ENABLED (Results 1 – 3 of 3) sorted by relevance
76 public static final int EVENT_PS_RESTRICT_ENABLED = BASE + 22; field in DctConstants
145 private static final int EVENT_PS_RESTRICT_ENABLED = 8; field in ServiceStateTrackerTest1278 sst.registerForPsRestrictedEnabled(mTestHandler, EVENT_PS_RESTRICT_ENABLED, null); in testRegisterForPsRestrictedEnabled()1285 assertEquals(EVENT_PS_RESTRICT_ENABLED, messageArgumentCaptor.getValue().what); in testRegisterForPsRestrictedEnabled()
779 DctConstants.EVENT_PS_RESTRICT_ENABLED, null); in registerServiceStateTrackerEvents()3464 case DctConstants.EVENT_PS_RESTRICT_ENABLED: in handleMessage()