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

/frameworks/base/services/java/com/android/server/
H A DBackupManagerService.java1166 // Clearing the password is okay
3010 boolean okay = false;
3016 // okay, header looks good. now parse out the rest of the fields.
3019 // okay, it's a version we recognize
3025 okay = true;
3029 okay = true;
3035 if (!okay) {
3040 // okay, use the right stream layer based on compression
3176 // okay, change in package; set up our various
3204 boolean okay
[all...]
/frameworks/base/tools/aapt/
H A DResource.cpp512 bool okay = false; local
515 okay = true;
520 if (!okay) {
/frameworks/base/core/java/android/view/
H A DView.java768 * called and further optimizations will be performed. It is okay to have
16269 boolean okay = false;
16307 okay = mAttachInfo.mSession.performDrag(mAttachInfo.mWindow, token,
16310 if (ViewDebug.DEBUG_DRAG) Log.d(VIEW_LOG_TAG, "performDrag returned " + okay);
16321 return okay;

Completed in 128 milliseconds