Searched refs:okay (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java1501 // Clearing the password is okay
2796 // Not okay: crash them and bail.
4436 // okay, change in package; set up our various
4469 boolean okay = true;
4473 okay = false;
4483 okay = installApk(info, installerName, instream);
4485 mPackagePolicies.put(pkg, (okay)
4497 okay = false;
4506 // one file not-okay without changing the restore
4508 okay
[all...]
/frameworks/base/tools/aapt/
H A DResource.cpp517 bool okay = false; local
520 okay = true;
525 if (!okay) {
/frameworks/base/core/java/android/view/
H A DView.java815 * called and further optimizations will be performed. It is okay to have
18336 boolean okay = false;
18374 okay = mAttachInfo.mSession.performDrag(mAttachInfo.mWindow, token,
18377 if (ViewDebug.DEBUG_DRAG) Log.d(VIEW_LOG_TAG, "performDrag returned " + okay);
18388 return okay;

Completed in 2211 milliseconds