Searched refs:found (Results 126 - 147 of 147) sorted by relevance

123456

/frameworks/base/services/core/java/com/android/server/content/
H A DSyncStorageEngine.java2075 boolean found = false;
2081 found = true;
2085 if (!found) {
H A DSyncManager.java354 boolean found = false;
358 found = true;
362 return found;
1046 // Package not found, race with an uninstall
1531 // Check if duplicate syncs are pending. If found, keep one with least expected run time.
3877 Log.w(TAG, "No activity found to handle too many deletes.");
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/store/
H A DSetterStore.java553 boolean found = false;
556 found = true;
560 if (found) {
704 return null; // no setter found!!
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp1269 bool found = false; local
1278 if (addr) found = true;
1281 if (found) {
/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp271 ALOGW("%s: Output stream Id not found among configured outputs!", __FUNCTION__);
319 auto found = std::find(requestedPhysicalIds.begin(), requestedPhysicalIds.end(), local
321 if (found == requestedPhysicalIds.end()) {
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java2271 final View found = ff.findNextFocus(this, focused, absDir);
2272 needsFocusFailureLayout = found == null;
2282 final View found = ff.findNextFocus(this, focused, absDir);
2283 needsFocusFailureLayout = found == null;
2679 + mScrollPointerId + " not found. Did any MotionEvents get skipped?");
2786 + mScrollPointerId + " not found. Did any MotionEvents get skipped?");
3302 * and if no such candidate is found, it reverses the focus search direction for the items
3673 + " cannot be found but it is necessary for " + holder);
4404 * @return The child view under (x, y) or null if no matching child is found
5126 return; // match found, do
[all...]
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DRecyclerView.java2547 final View found = ff.findNextFocus(this, focused, absDir);
2548 needsFocusFailureLayout = found == null;
2558 final View found = ff.findNextFocus(this, focused, absDir);
2559 needsFocusFailureLayout = found == null;
2989 + mScrollPointerId + " not found. Did any MotionEvents get skipped?");
3096 + mScrollPointerId + " not found. Did any MotionEvents get skipped?");
3639 * and if no such candidate is found, it reverses the focus search direction for the items
4025 + " cannot be found but it is necessary for " + holder + exceptionLabel());
4753 * @return The child view under (x, y) or null if no matching child is found
5550 return; // match found, do
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java1906 ": not found");
2121 + " when found in map: " + cur);
2733 ServiceRecord found = smap.mServicesByName.remove(r.name);
2735 // Note when this method is called by bringUpServiceLocked(), the service is not found
2736 // in mServicesByName and found will be null.
2737 if (found != null && found != r) {
2740 smap.mServicesByName.put(r.name, found);
2742 + found);
/frameworks/rs/script_api/
H A Drs_graphics.spec97 depth to that found in the depth buffer.
H A Drs_matrix.spec25 @rs_matrix4x4 is found at (3, 3).
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp1264 break; // found touched window, exit window loop
3108 ALOGD("Cannot transfer focus because from or to window not found.");
3125 bool found = false; local
3141 found = true;
3148 if (! found) {
/frameworks/av/media/libstagefright/
H A DACodec.cpp3104 bool found = false; local
3134 found = true;
3140 found = true;
3147 found = true;
3159 if (!found) {
3197 // no more formats, pick legacy format if found
H A DMediaCodec.cpp800 ALOGV("-- found entry for %" PRId64 ", AFTER our frame of %" PRId64
1181 bool found = response->findObject("input-surface", &obj); local
1182 CHECK(found);
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp2195 ALOGE("%s: Stream %d is not found.", __FUNCTION__, streamId);
2879 ALOGE("%s: Output stream id %d not found!", __FUNCTION__, streamId);
3588 ALOGV("%s: v3.4 device found", __FUNCTION__);
3606 ALOGV("%s: v3.3 device found", __FUNCTION__);
3619 ALOGV("%s: v3.2 device found", __FUNCTION__);
3651 bool found = false; local
3654 found = true;
3659 if (!found) {
3660 ALOGE("%s: Stream %d not found in stream configuration response from HAL",
/frameworks/base/core/java/android/widget/
H A DAbsListView.java519 * a data set change. If the item isn't found it will be unselected.
5497 boolean found = false;
5501 found = true;
5508 if (!found) {
6749 * mActiveViews if it is found.
6752 * @return The view if it is found, null otherwise
/frameworks/base/tools/aapt/
H A DResourceTable.cpp872 "No start tag found\n");
1821 fprintf(stderr, "ERROR: Feature package '%s' not found.\n",
2283 *outErrorMsg = "No resource found that matches the given name";
2819 locale.second.printf("locale %s found", locale.first.string());
2850 // okay, no specific localization found. it's possible that we are
3075 "Type name %s not found",
3980 sourcePos.error("Internal error: config not found in mOrderedConfigs when adding entry");
4048 bool found = false; local
4063 found = true;
4081 if (!found) {
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jar ... lang.String getShortClassName (java.lang.Class) Class found Class iface java.util.Iterator i$ Class ...
/frameworks/base/core/java/android/view/
H A DView.java4943 * defStyleAttr is 0 or can not be found in the theme. Can be 0
9325 * be found.
10839 * can be found.
11017 * found yet
11021 * can be found
11174 * @param views Focusable views found so far
11189 * @param views Focusable views found so far or null if all we are interested is
11216 * @param views Keyboard navigation cluster roots found so far
11279 * @param views Touchable views found so far
11461 * If the default-focus view cannot be found, fall
27280 dumpFlag(HashMap<String, String> found, String name, int value) argument
[all...]
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java527 Log.d(TAG, "Package not found " + packageName);
675 Log.d(TAG, "Package not found " + e.getMessage());
754 Log.d(TAG, "Package not found " + e.getMessage());
3930 Log.d(TAG, "Package not found " + e.getMessage());
5394 Log.d(TAG, "Package not found " + e.getMessage());
5916 Log.d(TAG, "Package not found " + e.getMessage());
5924 boolean found = false;
5927 found = true;
5931 if (!found) {
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp1863 auto found = std::find(mLayersWithQueuedFrames.cbegin(),
1865 if (found != mLayersWithQueuedFrames.cend()) {
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java1532 Slog.e(LOG_TAG, "Expected tag " + tag + " but found " + tagDAM);
2497 Slog.w(LOG_TAG, "ActiveAdmin for DO/PO not found. user=" + user.getIdentifier());
2505 ComponentName found = null;
2512 found = admin.info.getComponent();
2518 Slog.w(LOG_TAG, "Multiple DA found; assume the first one is DO.");
2520 return found;
3074 "Settings do not start with policies tag: found " + tag);
3177 // Or make a new list if none was found.
7348 Slog.wtf(LOG_TAG, "Active admin for device owner not found. component=" + component);
9759 Log.v(LOG_TAG, "Managed user not found
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java1147 Slog.w(TAG, "IntentFilterVerificationInfo not found for verificationId:"
2558 Slog.w(TAG, "No BOOTCLASSPATH found!");
2562 Slog.w(TAG, "No SYSTEMSERVERCLASSPATH found!");
2870 // should have found an update, but, we didn't; remove everything
2876 // found an update; revoke system privileges
3507 Log.e(TAG, "There should probably be a verifier, but, none were found");
3510 throw new RuntimeException("There must be exactly one verifier; found " + matches);
3538 throw new RuntimeException("There must be exactly one installer; found " + matches);
3552 throw new RuntimeException("There must be exactly one uninstaller; found "
3582 Slog.w(TAG, "Intent filter verifier not found");
[all...]

Completed in 540 milliseconds

123456