Searched refs:isCredentialProtectedStorage (Results 1 – 12 of 12) sorted by relevance
117 if (context.isCredentialProtectedStorage()) { in getCredentialEncryptedContext()
540 || (mContext != null && mContext.isCredentialProtectedStorage())) { in onCreate()1971 if (mContext.isCredentialProtectedStorage()) { in getReadableDatabase()1984 if (mContext.isCredentialProtectedStorage()) { in getWritableDatabase()
7 method public boolean isCredentialProtectedStorage();
152 doReturn(true).when(mContext).isCredentialProtectedStorage(); in testNoShardedPreferencesAccessedBeforeUserZeroUnlock()
1149 public boolean isCredentialProtectedStorage() { in isCredentialProtectedStorage() method in ContextWrapper1150 return mBase.isCredentialProtectedStorage(); in isCredentialProtectedStorage()
6727 public abstract boolean isCredentialProtectedStorage(); in isCredentialProtectedStorage() method in Context
920 public boolean isCredentialProtectedStorage() { in isCredentialProtectedStorage() method in MockContext
561 if (isCredentialProtectedStorage() in getSharedPreferences()2828 public boolean isCredentialProtectedStorage() { in isCredentialProtectedStorage() method in ContextImpl2899 if (isCredentialProtectedStorage()) { in getDataDir()
2079 public boolean isCredentialProtectedStorage() { in isCredentialProtectedStorage() method in BridgeContext
2309 method public abstract boolean isCredentialProtectedStorage();2365 method public boolean isCredentialProtectedStorage();
1506 HSPLandroid/app/ContextImpl;->isCredentialProtectedStorage()Z