Searched refs:listenerName (Results 1 - 4 of 4) sorted by relevance

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
H A DDataBinder.java122 String listenerName = makeUnique(classNames, wrapper.klass.getSimpleName());
125 wrapper.prepare(listenerName, methodName);
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java5394 boolean wasPosted, String listenerName) {
5395 cancelNotificationLocked(r, sendDelete, reason, -1, -1, wasPosted, listenerName);
5400 int rank, int count, boolean wasPosted, String listenerName) {
5510 rank, count, listenerName);
5651 String listenerName = listener == null ? null : listener.component.toShortString();
5653 userId, mustHaveFlags, mustNotHaveFlags, reason, listenerName);
5676 cancelNotificationLocked(r, sendDelete, reason, rank, count, wasPosted, listenerName);
5677 cancelGroupChildrenLocked(r, callingUid, callingPid, listenerName,
5728 String listenerName = listener == null ? null : listener.component.toShortString();
5731 listenerName);
5393 cancelNotificationLocked(NotificationRecord r, boolean sendDelete, int reason, boolean wasPosted, String listenerName) argument
5399 cancelNotificationLocked(NotificationRecord r, boolean sendDelete, int reason, int rank, int count, boolean wasPosted, String listenerName) argument
5769 cancelAllNotificationsByListLocked(ArrayList<NotificationRecord> notificationList, int callingUid, int callingPid, String pkg, boolean nullPkgIndicatesUserSwitch, String channelId, FlagChecker flagChecker, boolean includeCurrentProfiles, int userId, boolean sendDelete, int reason, String listenerName, boolean wasPosted) argument
5874 cancelGroupChildrenLocked(NotificationRecord r, int callingUid, int callingPid, String listenerName, boolean sendDelete, FlagChecker flagChecker) argument
5895 cancelGroupChildrenByListLocked(ArrayList<NotificationRecord> notificationList, NotificationRecord parentNotification, int callingUid, int callingPid, String listenerName, boolean sendDelete, boolean wasPosted, FlagChecker flagChecker) argument
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConnectivityManager.java255 private boolean handleScanResults(List<ScanDetail> scanDetails, String listenerName) { argument
260 localLog(listenerName
266 localLog(listenerName + " onResults: start network selection");
276 localLog(listenerName + ": WNS candidate-" + candidate.SSID);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 95 milliseconds