Searched refs:okay (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/services/backup/java/com/android/server/backup/ |
D | BackupManagerService.java | 4469 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/ |
D | writing.jd | 246 <td>okay、ok</td>
|
/frameworks/base/docs/html/training/articles/ |
D | security-gms-provider.jd | 142 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
|
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/design/style/ |
D | writing.jd | 247 <td>okay, ok</td>
|
/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 | 517 bool okay = false; in validateAttr() local 520 okay = true; in validateAttr() 525 if (!okay) { in validateAttr()
|
/frameworks/base/docs/html/training/multiple-apks/ |
D | multiple.jd | 316 <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 | 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;
|
/frameworks/base/docs/html/guide/components/ |
D | intents-filters.jd | 520 <p>It's okay to create a filter that includes more than one instance of
|
D | fragments.jd | 490 needs to be restored. For situations in which its okay that you lose the commit, use {@link
|
/frameworks/base/docs/html/tools/sdk/ndk/ |
D | index.jd | 3294 (<code>.S</code> files were okay).</li>
|