Searched defs:appids (Results 1 – 3 of 3) sorted by relevance
184 public abstract void setDeviceIdleWhitelist(int[] appids); in setDeviceIdleWhitelist()186 public abstract void setDeviceIdleTempWhitelist(int[] appids); in setDeviceIdleTempWhitelist()
211 public abstract void updateDeviceIdleTempAllowlist(@Nullable int[] appids, int changingUid, in updateDeviceIdleTempAllowlist()
4372 int[] appids = new int[size]; in buildAppIdArray() local