Searched refs:dic (Results 1 – 3 of 3) sorted by relevance
175 DeviceIdleController.LocalService dic = mService.mLocalDeviceIdleController; in handleMessage() local176 if (dic != null) { in handleMessage()177 dic.addPowerSaveTempWhitelistAppDirect(UserHandle.getAppId(msg.arg1), in handleMessage()
1091 IDeviceIdleController dic = IDeviceIdleController.Stub.asInterface( in startVoiceBasedInteractions() local1093 if (dic != null) { in startVoiceBasedInteractions()1095 dic.exitIdle("voice-search"); in startVoiceBasedInteractions()
2836 IDeviceIdleController dic = IDeviceIdleController.Stub.asInterface( in interceptKeyBeforeDispatching() local2838 if (dic != null) { in interceptKeyBeforeDispatching()2840 dic.exitIdle("voice-search"); in interceptKeyBeforeDispatching()5347 IDeviceIdleController dic = IDeviceIdleController.Stub.asInterface( in launchVoiceAssistWithWakeLock() local5349 if (dic != null) { in launchVoiceAssistWithWakeLock()5351 dic.exitIdle("voice-search"); in launchVoiceAssistWithWakeLock()