Home
last modified time | relevance | path

Searched refs:okay (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerService.java4469 boolean okay = true; in restoreOneFile()
4473 okay = false; in restoreOneFile()
4483 okay = installApk(info, installerName, instream); in restoreOneFile()
4485 mPackagePolicies.put(pkg, (okay) in restoreOneFile()
4497 okay = false; in restoreOneFile()
4508 okay = false; in restoreOneFile()
4517 okay = false; in restoreOneFile()
4524 okay = false; in restoreOneFile()
4529 if (DEBUG && okay && mAgent != null) { in restoreOneFile()
4532 if (okay && mAgent == null) { in restoreOneFile()
[all …]
/frameworks/base/docs/html-intl/intl/zh-cn/design/style/
Dwriting.jd246 <td>okay、ok</td>
/frameworks/base/docs/html/training/articles/
Dsecurity-gms-provider.jd142 adapter runs in the background, it's okay if the thread blocks while waiting
157 // This is called each time a sync is attempted; this is okay, since the
Dsmp.jd493 those, so that’s okay. The load/load barrier in thread 2 makes a similar
1127 order, but what about reads? In this case we should be okay on ARM, because the
1410 the code, but that won’t help, because it’s okay to migrate code upward &mdash;
1437 int l1 = data1; // okay
/frameworks/base/docs/html/training/app-indexing/
Ddeep-linking.jd115 It is okay to prompt users on subsequent interactions or when they open the app
/frameworks/base/docs/html/design/style/
Dwriting.jd247 <td>okay, ok</td>
/frameworks/base/docs/html/training/design-navigation/
Dmultiple-sizes.jd37 … a particular device form factor, although it can generally look and work okay on a handset or sim…
/frameworks/base/tools/aapt/
DResource.cpp517 bool okay = false; in validateAttr() local
520 okay = true; in validateAttr()
525 if (!okay) { in validateAttr()
/frameworks/base/docs/html/training/multiple-apks/
Dmultiple.jd316 <p>Since it’s okay for coverage to overlap, we can describe the area covered by each APK like
/frameworks/base/core/java/android/view/
DView.java18336 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;
/frameworks/base/docs/html/guide/components/
Dintents-filters.jd520 <p>It's okay to create a filter that includes more than one instance of
Dfragments.jd490 needs to be restored. For situations in which its okay that you lose the commit, use {@link
/frameworks/base/docs/html/tools/sdk/ndk/
Dindex.jd3294 (<code>.S</code> files were okay).</li>