Searched refs:target (Results 501 - 509 of 509) sorted by relevance

<<21

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java3142 private int findNotificationRecordIndexLocked(NotificationRecord target) { argument
3143 return mRankingHelper.indexOf(mNotificationList, target);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java381 //This one is used to track whta is the current target network ID. This is used for error
465 Log.d(TAG, "Current preferred BSSID is the same as the target one");
471 Log.d(TAG, "target set to " + config.SSID + ":" + bssid);
2732 sb.append(" target=").append(key);
5316 // If BSSID is null, use the target roam BSSID
6883 * And there is an associated BSSID corresponding to our target BSSID, then
6963 String target = "";
6964 if (mTargetRoamBSSID != null) target = mTargetRoamBSSID;
6967 + " target=" + target);
[all...]
/frameworks/base/core/java/android/view/
H A DView.java786 * target SDK versions.
9898 * Pass the touch screen motion event down to the target view, or this
9899 * view if it is the target.
10663 * input connection target is trying to make a call on the manager. The
14040 info.target = this;
14089 info.target = this;
20527 * to the target Views. For example, it can contain flags that differentiate between a
22316 * get a chance to respond before the target view.
22340 * get a chance to respond before the target view.
22358 * get a chance to respond before the target vie
22639 View target; field in class:View.AttachInfo.InvalidateInfo
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java1815 private boolean argsContain(String[] args, String target) { argument
1817 if (arg.equals(target)) return true;
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java1110 // Store the found target back into the intent, because now that
1793 ActivityStack targetStack, ActivityRecord target, ActivityOptions targetOptions) {
1795 return targetStack.resumeTopActivityUncheckedLocked(target, targetOptions);
1792 resumeFocusedStackTopActivityLocked( ActivityStack targetStack, ActivityRecord target, ActivityOptions targetOptions) argument
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp193 // The size of this struct is 32 bytes on the 32-bit target system
370 ALOGE("idmap: target package ID is invalid (%02x)", targetPackageId);
6586 ALOGW("idmap: target package has no package groups, cannot create idmap\n");
6591 ALOGW("idmap: target package has no packages in its first package group, "
6604 // target package id and number of types in map
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java4309 if (DEBUG_LAYOUT) Slog.i(TAG, "Offset ime target window by the last ime window state");
6069 if (DEBUG) Slog.d(TAG, "Not showing transient bar, wrong swipe target");
7521 public void setLastInputMethodWindowLw(WindowState ime, WindowState target) { argument
7523 mLastInputMethodTargetWindow = target;
/frameworks/rs/api/
H A Drs_math.spec2742 arg: #2#1 target
2745 Returns the next representable floating point number from v towards target.
2758 arg: #2#1 target
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java578 // Tracks available target package names -> overlay package paths.
5074 // a fallback for this case; we only set the target package's resources on
5783 // Checking if there are activities in the target user that can handle the
5796 // Return matching ResolveInfo in target user if any.
5815 // Checking if there are activities in the target user that can handle the
5828 * If the filter's target user can handle the intent and is enabled: returns a ResolveInfo that
5829 * will forward the intent to the filter's target user.
5838 // If all the matches in the target profile are suspended, return null.
6648 Slog.w(TAG, "Skipping target and overlay pair " + pkg.baseCodePath + " and " +
6655 opkg.baseCodePath + " but target packag
[all...]

Completed in 687 milliseconds

<<21