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()
3218 IDeviceIdleController dic = IDeviceIdleController.Stub.asInterface( in interceptKeyBeforeDispatching() local3220 if (dic != null) { in interceptKeyBeforeDispatching()3222 dic.exitIdle("voice-search"); in interceptKeyBeforeDispatching()6125 IDeviceIdleController dic = IDeviceIdleController.Stub.asInterface( in launchVoiceAssistWithWakeLock() local6127 if (dic != null) { in launchVoiceAssistWithWakeLock()6129 dic.exitIdle("voice-search"); in launchVoiceAssistWithWakeLock()