Searched refs:okay (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/services/backup/java/com/android/server/backup/ |
D | BackupManagerService.java | 5444 boolean okay = true; in restoreOneFile() 5448 okay = false; in restoreOneFile() 5458 okay = installApk(info, installerName, instream); in restoreOneFile() 5460 mPackagePolicies.put(pkg, (okay) in restoreOneFile() 5472 okay = false; in restoreOneFile() 5483 okay = false; in restoreOneFile() 5492 okay = false; in restoreOneFile() 5499 okay = false; in restoreOneFile() 5504 if (MORE_DEBUG && okay && mAgent != null) { in restoreOneFile() 5507 if (okay && mAgent == null) { in restoreOneFile() [all …]
|
/frameworks/base/docs/html-intl/intl/zh-cn/design/style/ |
D | writing.jd | 246 <td>okay、ok</td>
|
/frameworks/base/docs/html/training/articles/ |
D | security-gms-provider.jd | 141 adapter runs in the background, it's okay if the thread blocks while waiting 156 // This is called each time a sync is attempted; this is okay, since the
|
D | smp.jd | 493 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 — 1437 int l1 = data1; // okay
|
/frameworks/base/docs/html/training/app-indexing/ |
D | deep-linking.jd | 115 It is okay to prompt users on subsequent interactions or when they open the app
|
/frameworks/base/docs/html/training/design-navigation/ |
D | multiple-sizes.jd | 37 … a particular device form factor, although it can generally look and work okay on a handset or sim…
|
/frameworks/base/tools/aapt/ |
D | Resource.cpp | 543 bool okay = false; in validateAttr() local 546 okay = true; in validateAttr() 551 if (!okay) { in validateAttr()
|
/frameworks/base/docs/html/training/multiple-apks/ |
D | multiple.jd | 309 <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/ |
D | View.java | 20682 boolean okay = false; in startDragAndDrop() 20723 okay = mAttachInfo.mSession.performDrag(mAttachInfo.mWindow, mAttachInfo.mDragToken, in startDragAndDrop() 20726 if (ViewDebug.DEBUG_DRAG) Log.d(VIEW_LOG_TAG, "performDrag returned " + okay); in startDragAndDrop() 20734 return okay; in startDragAndDrop()
|
/frameworks/base/docs/html/guide/components/ |
D | fragments.jd | 490 needs to be restored. For situations in which its okay that you lose the commit, use {@link
|
D | intents-filters.jd | 518 <p>It's okay to create a filter that includes more than one instance of
|