Home | History | Annotate | Download | only in fuelgauge

Lines Matching refs:mUid

305     private int mUid;
365 mUid = args.getInt(EXTRA_UID, 0);
418 fillPackagesSection(mUid);
419 fillControlsSection(mUid);
420 fillMessagesSection(mUid);
422 if (mUid >= Process.FIRST_APPLICATION_UID) {
653 final int userId = UserHandle.getUserId(mUid);
668 if (mPackages == null || mUid < Process.FIRST_APPLICATION_UID) {
691 intent.putExtra(Intent.EXTRA_UID, mUid);
692 intent.putExtra(Intent.EXTRA_USER_HANDLE, UserHandle.getUserId(mUid));