Searched refs:mSavePolicyFile (Results 1 – 1 of 1) sorted by relevance
739 private final SavePolicyFileRunnable mSavePolicyFile = new SavePolicyFileRunnable(); field in NotificationManagerService1174 if (!IoThread.getHandler().hasCallbacks(mSavePolicyFile)) { in handleSavePolicyFile()1175 IoThread.getHandler().postDelayed(mSavePolicyFile, 250); in handleSavePolicyFile()