OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isQuotaSupported
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/core/java/android/app/usage/
IStorageStatsManager.aidl
24
boolean
isQuotaSupported
(String volumeUuid, String callingPackage);
StorageStatsManager.java
67
public boolean
isQuotaSupported
(@NonNull UUID storageUuid) {
69
return mService.
isQuotaSupported
(convert(storageUuid), mContext.getOpPackageName());
77
public boolean
isQuotaSupported
(String uuid) {
78
return
isQuotaSupported
(convert(uuid));
/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
StorageStatsTest.java
91
stats.
isQuotaSupported
(UUID_DEFAULT));
273
if (stats.
isQuotaSupported
(filesUuid)) {
293
if (stats.
isQuotaSupported
(filesUuid)) {
308
if (stats.
isQuotaSupported
(filesUuid)) {
362
if (stats.
isQuotaSupported
(filesUuid)) {
/frameworks/native/cmds/installd/binder/android/os/
IInstalld.aidl
84
boolean
isQuotaSupported
(@nullable @utf8InCpp String uuid);
/frameworks/base/services/usage/java/com/android/server/usage/
StorageStatsService.java
156
public boolean
isQuotaSupported
(String volumeUuid, String callingPackage) {
160
return mInstaller.
isQuotaSupported
(volumeUuid);
198
if (
isQuotaSupported
(volumeUuid, callingPackage)) {
/frameworks/base/services/core/java/com/android/server/pm/
Installer.java
486
public boolean
isQuotaSupported
(String volumeUuid) throws InstallerException {
489
return mInstalld.
isQuotaSupported
(volumeUuid);
/frameworks/native/cmds/installd/
InstalldNativeService.h
118
binder::Status
isQuotaSupported
(const std::unique_ptr<std::string>& volumeUuid,
InstalldNativeService.cpp
[
all
...]
/frameworks/base/services/core/java/com/android/server/
StorageManagerService.java
[
all
...]
Completed in 100 milliseconds