Searched refs:isStorageLow (Results 1 – 6 of 6) sorted by relevance
948 public final boolean isStorageLow() { in isStorageLow() method in IPackageManagerBase949 return mService.isStorageLow(); in isStorageLow()
374 if (pm.isStorageLow()) { in onStartJob()
4464 public boolean isStorageLow() {
617 boolean isStorageLow(); in isStorageLow() method
192 when(mPackageManager.isStorageLow()).thenReturn(true); in testNoExecutionForLowStorage()
11645 Landroid/content/pm/IPackageManager$Stub$Proxy;->isStorageLow()Z