Searched refs:rep (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | InstrumentationReporter.java | 75 final Report rep = reports.get(i); in run() local 77 if (rep.mType == REPORT_TYPE_STATUS) { in run() 79 + ": " + rep.mName.flattenToShortString() in run() 80 + " code=" + rep.mResultCode + " result=" + rep.mResults); in run() 81 rep.mWatcher.instrumentationStatus(rep.mName, rep.mResultCode, in run() 82 rep.mResults); in run() 85 + ": " + rep.mName.flattenToShortString() in run() 86 + " code=" + rep.mResultCode + " result=" + rep.mResults); in run() 87 rep.mWatcher.instrumentationFinished(rep.mName, rep.mResultCode, in run() 88 rep.mResults); in run() [all …]
|
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | Icon.java | 666 rep.mInt1 = resId; in createWithResource() 668 return rep; in createWithResource() 683 return rep; in createWithResource() 698 return rep; in createWithResource() 711 return rep; in createWithBitmap() 725 return rep; in createWithAdaptiveBitmap() 741 rep.mObj1 = data; in createWithData() 744 return rep; in createWithData() 758 return rep; in createWithContentUri() 785 return rep; in createWithAdaptiveBitmapContentUri() [all …]
|
/aosp14/frameworks/base/core/java/android/text/method/ |
H A D | QwertyKeyListener.java | 270 String rep = getReplacement(content, x, oldStart, view); in onKeyDown() local 272 if (rep != null) { in onKeyDown() 283 content.replace(x, oldStart, rep); in onKeyDown()
|
/aosp14/system/core/fs_mgr/libfiemap/ |
H A D | binder.cpp | 119 static_cast<int32_t>(std::clamp<typename std::chrono::milliseconds::rep>( in MapImageDevice()
|
/aosp14/frameworks/base/services/core/java/com/android/server/appop/ |
H A D | AppOpsService.java | 2220 ChangeRec rep = reports.get(i); in resetAllModes() local 2223 this, cb, rep.op, rep.uid, rep.pkg)); in resetAllModes()
|