Searched refs:getDisabledChanges (Results 1 – 5 of 5) sorted by relevance
324 public long[] getDisabledChanges(ApplicationInfo appInfo) { in getDisabledChanges() method in PlatformCompat325 return mCompatConfig.getDisabledChanges(appInfo); in getDisabledChanges()
134 long[] getDisabledChanges(ApplicationInfo app) { in getDisabledChanges() method in CompatConfig
157 assertThat(compatConfig.getDisabledChanges( in testGetDisabledChanges()169 assertThat(compatConfig.getDisabledChanges(ApplicationInfoBuilder.create().build())) in testGetDisabledChangesSorted()
2084 app.setDisabledCompatChanges(mPlatformCompat.getDisabledChanges(app.info));
15024 HSPLcom/android/server/compat/CompatConfig;->getDisabledChanges(Landroid/content/pm/ApplicationInfo…15065 HSPLcom/android/server/compat/PlatformCompat;->getDisabledChanges(Landroid/content/pm/ApplicationIn…