Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DPlatformCompatCache.java71 private final IPlatformCompat mIPlatformCompatProxy; field in PlatformCompatCache
85 mIPlatformCompatProxy = null; in PlatformCompatCache()
89 mIPlatformCompatProxy = IPlatformCompat.Stub.asInterface(b); in PlatformCompatCache()
109 : mIPlatformCompatProxy.isChangeEnabled(changeId, app); in isChangeEnabled()