Searched refs:ips (Results 1 – 4 of 4) sorted by relevance
553 final IPlayerShell ips; in getPlayerProxy() local555 ips = mIPlayerShell; in getPlayerProxy()557 return ips == null ? null : new PlayerProxy(this); in getPlayerProxy()603 final IPlayerShell ips; in getIPlayer() local605 ips = mIPlayerShell; in getIPlayer()607 return ips == null ? null : ips.getIPlayer(); in getIPlayer()787 final IPlayerShell ips; in writeToParcel() local789 ips = mIPlayerShell; in writeToParcel()791 dest.writeStrongInterface(ips == null ? null : ips.getIPlayer()); in writeToParcel()
1257 for (int ips=0; ips<NPS; ips++) { in dumpCsv()1260 final int vsproc = sepProcStates ? procStates[ips] : 0; in dumpCsv()
5035 for (int ips=0; ips<Uid.NUM_PROCESS_STATE; ips++) { in dumpCheckinLocked()5036 final long time = u.getProcessStateTime(ips, rawRealtime, which); in dumpCheckinLocked()5038 stateTimes[ips] = (time + 500) / 1000; in dumpCheckinLocked()6655 for (int ips=0; ips<Uid.NUM_PROCESS_STATE; ips++) { in dumpLocked()6656 long time = u.getProcessStateTime(ips, rawRealtime, which); in dumpLocked()6662 sb.append(Uid.PROCESS_STATE_NAMES[ips]); in dumpLocked()8319 for (int ips = 0; ips < Uid.NUM_PROCESS_STATE; ++ips) { in dumpProtoAppsLocked()8320 long durMs = roundUsToMs(u.getProcessStateTime(ips, rawRealtimeUs, which)); in dumpProtoAppsLocked()8325 proto.write(UidProto.StateTime.STATE, ips); in dumpProtoAppsLocked()
338 final PackageSetting ips = mPm.mSettings.getPackageLPr( in commitReconciledScanResultLocked() local340 if (ips != null) { in commitReconciledScanResultLocked()342 ips.getSignatures()); in commitReconciledScanResultLocked()