Searched defs:exists (Results 1 - 25 of 25) sorted by path

/frameworks/av/camera/
H A DCameraMetadata.cpp337 bool CameraMetadata::exists(uint32_t tag) const { function in class:android::CameraMetadata
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiObject.java894 * Check if view exists.
898 * exists or not. If you need to wait longer for this view, then see
904 public boolean exists() { method in class:UiObject
H A DUiScrollable.java93 protected boolean exists(UiSelector selector) { method in class:UiScrollable
263 if (exists(childSelector)) {
268 if (exists(childSelector)) {
273 if(exists(childSelector)) {
/frameworks/base/core/java/com/android/internal/os/
H A DAtomicFile.java34 * As long as the backup file exists, the original file is considered
58 if (mBaseName.exists()) {
59 if (!mBackupName.exists()) {
133 public boolean exists() { method in class:AtomicFile
134 return mBaseName.exists() || mBackupName.exists();
143 if (mBackupName.exists()) {
/frameworks/base/core/java/com/google/android/util/
H A DAbstractMessageParser.java1349 public final boolean exists() { return value != null; } method in class:AbstractMessageParser.TrieNode
1387 } else if (root.exists()) {
1396 * index, that exists in the trie.
1405 * index, that exists in the trie, with a special tokenizing case for
1416 } else if (root.exists()) {
/frameworks/base/media/jni/
H A Dandroid_media_Utils.cpp140 bool FileStream::exists() const { function in class:android::FileStream
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/bots/
H A DDirectoryListBot.java64 if (!findDocument(label).exists()) {
77 if (findDocument(label).exists()) {
87 public void assertDocumentsCountOnList(boolean exists, int count) throws UiObjectNotFoundException { argument
89 assertEquals(exists, docsList.exists());
90 if(docsList.exists()) {
97 assertTrue(messageTextView.exists());
163 if (!findDocument(label).exists()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DDivider.java128 private void notifyDockedStackExistsChanged(final boolean exists) { argument
132 mForcedResizableController.notifyDockedStackExistsChanged(exists);
156 public void onDockedStackExistsChanged(boolean exists) throws RemoteException { argument
157 notifyDockedStackExistsChanged(exists);
H A DForcedResizableInfoActivityController.java72 public void notifyDockedStackExistsChanged(boolean exists) { argument
73 if (!exists) {
/frameworks/base/services/core/java/com/android/server/am/
H A DUserController.java1437 boolean exists(int userId) { method in class:UserController
1438 return getUserManager().exists(userId);
/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java450 // If a guest user currently exists, apply the DISALLOW_CONFIG_WIFI option
937 public boolean exists(int userId) { method in class:UserManagerService
1573 if (!dir.exists()) {
1608 if (!mUserListFile.exists()) {
2126 * Removes the app restrictions file for a specific package and user id, if it exists.
2132 if (resFile.exists()) {
2187 // If we're adding a guest and there already exists one, bail.
2621 if (!restrictionsFile.getBaseFile().exists()) {
2781 if (!exists(userHandle)) return -1;
/frameworks/base/services/core/java/com/android/server/wm/
H A DDockedStackDividerController.java370 void notifyDockedStackExistsChanged(boolean exists) { argument
375 listener.onDockedStackExistsChanged(exists);
377 Slog.e(TAG_WM, "Error delivering docked stack exists changed event.", e);
381 if (exists) {
/frameworks/base/tools/aapt2/flatten/
H A DTableFlattener_test.cpp68 ::testing::AssertionResult exists(ResTable* table, function in class:aapt::TableFlattenerTest
163 EXPECT_TRUE(exists(&resTable, u"@com.app.test:id/one", ResourceId(0x7f020000), {},
166 EXPECT_TRUE(exists(&resTable, u"@com.app.test:id/two", ResourceId(0x7f020001), {},
169 EXPECT_TRUE(exists(&resTable, u"@com.app.test:id/three", ResourceId(0x7f020002), {},
172 EXPECT_TRUE(exists(&resTable, u"@com.app.test:integer/one", ResourceId(0x7f030000),
176 EXPECT_TRUE(exists(&resTable, u"@com.app.test:integer/one", ResourceId(0x7f030000),
183 EXPECT_TRUE(exists(&resTable, u"@com.app.test:string/test", ResourceId(0x7f040000),
189 EXPECT_TRUE(exists(&resTable, u"@com.app.test:layout/bar", ResourceId(0x7f050000), {},
203 EXPECT_TRUE(exists(&resTable, u"@com.app.test:id/one", ResourceId(0x7f020001), {},
205 EXPECT_TRUE(exists(
[all...]
/frameworks/compile/libbcc/gdb_plugin/
H A Dandroid-commands.py201 if not os.path.exists(lib_path) and self.verbose:
292 # Returns true if filename exists on Android fs, false otherwise
293 def exists(self, filename): member in class:ADB
481 if not self.adb.exists(self.gdbserver_path):
629 if os.path.exists(script_name):
636 if os.path.exists(path_in_root):
713 or not self.adb.exists(data_directory):
/frameworks/compile/mclinker/lib/MC/
H A DAttributeSet.cpp35 Attribute* AttributeSet::exists(const Attribute& pAttr) const { function in class:mcld::AttributeSet
/frameworks/compile/mclinker/lib/Support/
H A DFileSystem.cpp16 bool mcld::sys::fs::exists(const Path& pPath) { function in class:mcld::sys::fs
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/utils/
H A DObexAppParameters.java99 public boolean exists(byte tag) { method in class:ObexAppParameters
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/support/v4/java/android/support/v4/provider/
H A DDocumentFile.java291 * @return {@code true} if this file exists, {@code false} otherwise.
293 public abstract boolean exists(); method in class:DocumentFile
H A DRawDocumentFile.java118 public boolean exists() { method in class:RawDocumentFile
119 return mFile.exists();
H A DSingleDocumentFile.java94 public boolean exists() { method in class:SingleDocumentFile
95 return DocumentsContractApi19.exists(mContext, mUri);
H A DTreeDocumentFile.java95 public boolean exists() { method in class:TreeDocumentFile
96 return DocumentsContractApi19.exists(mContext, mUri);
/frameworks/support/v4/kitkat/android/support/v4/provider/
H A DDocumentsContractApi19.java126 public static boolean exists(Context context, Uri self) { method in class:DocumentsContractApi19

Completed in 7595 milliseconds