Home
last modified time | relevance | path

Searched refs:setShuttingDown (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/voicemail/impl/
DOmtpService.java156 setShuttingDown(context, false); in onBoot()
164 setShuttingDown(context, true); in onShutdown()
199 private static void setShuttingDown(Context context, boolean value) { in setShuttingDown() method in OmtpService