/aosp12/packages/apps/TV/src/com/android/tv/util/ |
H A D | Partner.java | 90 private Partner(String packageName, String receiverName, Resources res) { in Partner() argument 92 mReceiverName = receiverName; in Partner() 103 final String receiverName = info.activityInfo.name; in getInstance() local 106 sPartner = new Partner(packageName, receiverName, res); in getInstance()
|
/aosp12/packages/apps/Car/Provision/src/com/android/car/provision/ |
H A D | DpcInfo.java | 35 String receiverName, String checkSum, String downloadUrl) { in DpcInfo() argument 38 this.mReceiverName = Objects.requireNonNull(receiverName, "receiverName cannot be null"); in DpcInfo()
|
H A D | DefaultActivity.java | 268 String receiverName = null; in addDpc() local 285 receiverName = args[++i]; in addDpc() 304 DpcInfo dpc = new DpcInfo(name, packageName, legacyActivityName, receiverName, checkSum, in addDpc()
|
/aosp12/packages/inputmethods/LatinIME/tools/EditTextVariations/src/com/android/inputmethod/tools/edittextvariations/ |
H A D | InstanceMethod.java | 31 final String receiverName, final String methodName) { in InstanceMethod() argument 36 this.className = receiverName; in InstanceMethod()
|
/aosp12/packages/apps/Provision/src/com/android/provision/ |
H A D | DpcInfo.java | 58 private DpcInfo(String packageName, String receiverName, String checkSum, String downloadUrl, in DpcInfo() argument 62 this.mReceiverName = Objects.requireNonNull(receiverName, in DpcInfo()
|
/aosp12/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/ |
H A D | MyServiceClient.java | 84 public int getCounters(String receiverName, String action) throws RemoteException { in getCounters() argument 85 return mService.getCounters(receiverName, action); in getCounters()
|
H A D | AbstractRestrictBackgroundNetworkTestCase.java | 203 protected void assertRestrictBackgroundChangedReceived(String receiverName, int expectedCount) in assertRestrictBackgroundChangedReceived() argument 210 count = getNumberBroadcastsReceived(receiverName, ACTION_RESTRICT_BACKGROUND_CHANGED); in assertRestrictBackgroundChangedReceived() 221 assertEquals("Number of expected broadcasts for " + receiverName + " not reached after " in assertRestrictBackgroundChangedReceived() 258 protected int getNumberBroadcastsReceived(String receiverName, String action) throws Exception { in getNumberBroadcastsReceived() argument 259 return mServiceClient.getCounters(receiverName, action); in getNumberBroadcastsReceived()
|
/aosp12/packages/modules/Connectivity/tests/cts/hostside/app2/src/com/android/cts/net/hostside/app2/ |
H A D | MyBroadcastReceiver.java | 112 static int getCounter(Context context, String action, String receiverName) { in getCounter() argument 113 final SharedPreferences prefs = context.getSharedPreferences(receiverName, in getCounter() 116 Log.d(TAG, "getCounter('" + action + "', '" + receiverName + "'): " + value); in getCounter()
|
H A D | MyService.java | 76 public int getCounters(String receiverName, String action) { 77 return MyBroadcastReceiver.getCounter(getApplicationContext(), action, receiverName);
|
/aosp12/packages/modules/Connectivity/tests/cts/hostside/aidl/com/android/cts/net/hostside/ |
H A D | IMyService.aidl | 25 int getCounters(String receiverName, String action); in getCounters() argument
|
/aosp12/frameworks/base/services/core/java/com/android/server/input/ |
H A D | InputManagerService.java | 1459 new ComponentName(d.packageName, d.receiverName), in visitKeyboardLayout() 3298 public String receiverName; field in InputManagerService.KeyboardLayoutDescriptor 3302 String receiverName, String keyboardName) { in format() argument 3303 return packageName + "/" + receiverName + "/" + keyboardName; in format() 3318 result.receiverName = descriptor.substring(pos + 1, pos2); in parse()
|
/aosp12/frameworks/base/tools/aapt/ |
H A D | Command.cpp | 1088 String8 receiverName; in doDump() local 1820 receiverName = AaptXml::getAttribute(tree, NAME_ATTR, &error); in doDump() 1839 receiverName.string(), error.string()); in doDump()
|