Searched refs:dic (Results 1 – 2 of 2) sorted by relevance
180 DeviceIdleController.LocalService dic = mService.mLocalDeviceIdleController; in handleMessage() local181 if (dic != null) { in handleMessage()182 dic.addPowerSaveTempWhitelistAppDirect(UserHandle.getAppId(msg.arg1), in handleMessage()
3193 IDeviceIdleController dic = IDeviceIdleController.Stub.asInterface( in interceptKeyBeforeDispatching() local3195 if (dic != null) { in interceptKeyBeforeDispatching()3197 dic.exitIdle("voice-search"); in interceptKeyBeforeDispatching()5972 IDeviceIdleController dic = IDeviceIdleController.Stub.asInterface( in launchVoiceAssistWithWakeLock() local5974 if (dic != null) { in launchVoiceAssistWithWakeLock()5976 dic.exitIdle("voice-search"); in launchVoiceAssistWithWakeLock()