OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isempty
(Results
1926 - 1950
of
8076
) sorted by null
<<
71
72
73
74
75
76
77
78
79
80
>>
/packages/services/Telephony/src/com/android/phone/settings/
PhoneAccountSettingsFragment.java
147
if (allNonSimAccounts.
isEmpty
() && allAccounts != null) {
283
false /* includeSims */, false /* includeDisabled */).
isEmpty
()){
371
accountPreference.setTitle((TextUtils.
isEmpty
(accountLabel) && isSimAccount)
447
TextUtils.
isEmpty
(accountHandle.getComponentName().getPackageName())) {
/packages/services/Telephony/src/com/android/phone/vvm/omtp/
OmtpVvmCarrierConfigHelper.java
150
if (TextUtils.
isEmpty
(destinationNumber)) {
/platform_testing/tests/androidbvt/src/com/android/androidbvt/
AndroidBvtHelper.java
92
if (cmd == null || cmd.
isEmpty
()) {
/platform_testing/utils/permissions/src/com/android/permissionutils/
PermissionInstrumentation.java
92
if (action == Action.DUMP && !permissions.
isEmpty
()) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LintTooltip.java
76
if (id.
isEmpty
()) {
OutlineDragListener.java
75
e.doit = !mDragSelection.
isEmpty
();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
WorkingSetHelper.java
84
if (treeSelection.
isEmpty
())
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceOptionsDialogV1.java
272
if (text == null || text.
isEmpty
()) {
285
if (path == null || path.
isEmpty
()) {
326
if (!sTraceDuration.
isEmpty
()) {
331
if (!sTraceBufferSize.
isEmpty
()) {
/system/connectivity/shill/net/
netlink_message_matchers.h
115
!empty_ssid.
IsEmpty
()) {
/system/security/keystore/
keystore.h
66
bool
isEmpty
(uid_t userId) const;
/external/icu/icu4c/source/i18n/
dtitvfmt.cpp
354
if ( intervalPattern.firstPart.
isEmpty
() &&
355
intervalPattern.secondPart.
isEmpty
() ) {
368
if ( intervalPattern.firstPart.
isEmpty
() ) {
392
if ( !intervalPattern.secondPart.
isEmpty
() ) {
604
if ( fSkeleton.
isEmpty
() ) {
[
all
...]
/frameworks/support/v4/java/android/support/v4/media/
MediaBrowserCompat.java
204
if (TextUtils.
isEmpty
(parentId)) {
238
if (TextUtils.
isEmpty
(parentId)) {
262
if (TextUtils.
isEmpty
(parentId)) {
281
if (TextUtils.
isEmpty
(parentId)) {
339
if (TextUtils.
isEmpty
(description.getMediaId())) {
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
LauncherBackupHelper.java
363
if (!mKeys.
isEmpty
()) {
377
if (!mExistingKeys.
isEmpty
() && !mExistingKeys.contains(backupKey)) {
790
if (!TextUtils.
isEmpty
(key.name)) {
[
all
...]
/packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryHistoryChart.java
[
all
...]
/cts/hostsidetests/sustainedperf/src/android/SustainedPerformance/cts/
SustainedPerformanceHostTest.java
81
} else if (!result.
isEmpty
()){
185
if (testString.
isEmpty
()) {
/cts/tests/tests/provider/src/android/provider/cts/
ContactsProvider2_AccountRemovalTest.java
185
while (!remaining.
isEmpty
()) {
216
while (!remaining.
isEmpty
()) {
/cts/tests/tests/telecom/src/android/telecom/cts/
MockInCallService.java
259
if (!mCalls.
isEmpty
()) {
269
if (!mConferenceCalls.
isEmpty
()) {
/cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
XmlGenerator.java
144
if (mTestType != null && !mTestType.
isEmpty
()) {
261
if (description.
isEmpty
()) {
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
TestPackageXmlParser.java
129
if (mPackageDefs.
isEmpty
()) {
218
(namespace.
isEmpty
()) ? (localName) : (namespace + ":" + localName);
/dalvik/dx/src/com/android/dx/ssa/
Dominators.java
124
while (!worklist.
isEmpty
()) {
226
while (!wParentBucket.
isEmpty
()) {
/developers/samples/android/content/LoaderCursor/src/com/example/android/content/loadercursor/
CursorLoaderListFragment.java
113
if (!TextUtils.
isEmpty
(mSearchView.getQuery())) {
136
String newFilter = !TextUtils.
isEmpty
(newText) ? newText : null;
/development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCursor.java
131
String newFilter = !TextUtils.
isEmpty
(newText) ? newText : null;
152
if (!TextUtils.
isEmpty
(mSearchView.getQuery())) {
LoaderRetained.java
136
String newFilter = !TextUtils.
isEmpty
(newText) ? newText : null;
157
if (!TextUtils.
isEmpty
(mSearchView.getQuery())) {
/development/samples/devbytes/telephony/SmsSampleProject/app/src/main/java/com/example/android/smssample/
MainActivity.java
92
if (!TextUtils.
isEmpty
(intentAction) && (Intent.ACTION_SENDTO.equals(intentAction)
107
if (!TextUtils.
isEmpty
(smsText)) {
/external/autotest/frontend/client/src/autotest/afe/
RecurringView.java
116
if (selectionManager.
isEmpty
())
241
if (selectedSet.
isEmpty
()) {
Completed in 587 milliseconds
<<
71
72
73
74
75
76
77
78
79
80
>>