OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isempty
(Results
1226 - 1250
of
8076
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/developers/build/prebuilts/gradle/JobScheduler/Application/src/main/java/com/example/android/jobscheduler/
MainActivity.java
133
if (delay != null && !TextUtils.
isEmpty
(delay)) {
137
if (deadline != null && !TextUtils.
isEmpty
(deadline)) {
/developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
MusicService.java
327
if (mPlayingQueue == null || mPlayingQueue.
isEmpty
()) {
335
if (mPlayingQueue != null && !mPlayingQueue.
isEmpty
()) {
344
if (mPlayingQueue != null && !mPlayingQueue.
isEmpty
()) {
373
if (mPlayingQueue != null && !mPlayingQueue.
isEmpty
()) {
458
if (TextUtils.
isEmpty
(query)) {
470
if (mPlayingQueue != null && !mPlayingQueue.
isEmpty
()) {
658
if (mPlayingQueue == null || mPlayingQueue.
isEmpty
()) {
693
if (mPlayingQueue != null && !mPlayingQueue.
isEmpty
()) {
[
all
...]
/developers/build/prebuilts/gradle/PermissionRequest/Application/src/main/java/com/example/android/permissionrequest/
SimpleWebServer.java
124
while (!TextUtils.
isEmpty
(line = reader.readLine())) {
209
if (TextUtils.
isEmpty
(fileName)) {
/developers/build/prebuilts/gradle/SpeedTracker/Application/src/main/java/com/example/android/wearable/speedtracker/
PhoneMainActivity.java
106
if (entries != null && !entries.
isEmpty
()) {
122
if (coordinates == null || coordinates.
isEmpty
()) {
/developers/samples/android/background/JobScheduler/Application/src/main/java/com/example/android/jobscheduler/
MainActivity.java
133
if (delay != null && !TextUtils.
isEmpty
(delay)) {
137
if (deadline != null && !TextUtils.
isEmpty
(deadline)) {
/developers/samples/android/content/webview/PermissionRequest/Application/src/main/java/com/example/android/permissionrequest/
SimpleWebServer.java
124
while (!TextUtils.
isEmpty
(line = reader.readLine())) {
209
if (TextUtils.
isEmpty
(fileName)) {
/developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
MusicService.java
327
if (mPlayingQueue == null || mPlayingQueue.
isEmpty
()) {
335
if (mPlayingQueue != null && !mPlayingQueue.
isEmpty
()) {
344
if (mPlayingQueue != null && !mPlayingQueue.
isEmpty
()) {
373
if (mPlayingQueue != null && !mPlayingQueue.
isEmpty
()) {
458
if (TextUtils.
isEmpty
(query)) {
470
if (mPlayingQueue != null && !mPlayingQueue.
isEmpty
()) {
658
if (mPlayingQueue == null || mPlayingQueue.
isEmpty
()) {
693
if (mPlayingQueue != null && !mPlayingQueue.
isEmpty
()) {
[
all
...]
/developers/samples/android/wearable/wear/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
ResponderService.java
121
String line = TextUtils.
isEmpty
(text) ? mLastResponse : text + "\n" + mLastResponse;
125
if (!TextUtils.
isEmpty
(text)) {
/developers/samples/android/wearable/wear/SpeedTracker/Application/src/main/java/com/example/android/wearable/speedtracker/
PhoneMainActivity.java
106
if (entries != null && !entries.
isEmpty
()) {
122
if (coordinates == null || coordinates.
isEmpty
()) {
/development/cmds/monkey/src/com/android/commands/monkey/
MonkeyPermissionUtil.java
137
if (!permissions.
isEmpty
()) {
145
if (!mPermissionMap.
isEmpty
()) {
/development/samples/ApiDemos/src/com/example/android/apis/os/
SmsMessagingDemo.java
98
if (TextUtils.
isEmpty
(recipientTextEdit.getText())) {
104
if (TextUtils.
isEmpty
(contentTextEdit.getText())) {
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderCursorSupport.java
114
String newFilter = !TextUtils.
isEmpty
(newText) ? newText : null;
132
if (!TextUtils.
isEmpty
(SearchViewCompat.getQuery(searchView))) {
/development/samples/Support4Demos/src/com/example/android/supportv4/media/
MediaBrowserServiceSupport.java
331
if (mPlayingQueue == null || mPlayingQueue.
isEmpty
()) {
339
if (mPlayingQueue != null && !mPlayingQueue.
isEmpty
()) {
348
if (mPlayingQueue != null && !mPlayingQueue.
isEmpty
()) {
377
if (mPlayingQueue != null && !mPlayingQueue.
isEmpty
()) {
462
if (TextUtils.
isEmpty
(query)) {
474
if (mPlayingQueue != null && !mPlayingQueue.
isEmpty
()) {
660
if (mPlayingQueue == null || mPlayingQueue.
isEmpty
()) {
696
if (mPlayingQueue != null && !mPlayingQueue.
isEmpty
()) {
/development/samples/USB/AdbTest/src/com/android/adb/
AdbDevice.java
82
if (mOutRequestPool.
isEmpty
()) {
102
if (mInRequestPool.
isEmpty
()) {
/development/samples/browseable/ElizaChat/src/com.example.android.wearable.elizachat/
ResponderService.java
121
String line = TextUtils.
isEmpty
(text) ? mLastResponse : text + "\n" + mLastResponse;
125
if (!TextUtils.
isEmpty
(text)) {
/development/samples/browseable/JobScheduler/src/com.example.android.jobscheduler/
MainActivity.java
133
if (delay != null && !TextUtils.
isEmpty
(delay)) {
137
if (deadline != null && !TextUtils.
isEmpty
(deadline)) {
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
MusicService.java
327
if (mPlayingQueue == null || mPlayingQueue.
isEmpty
()) {
335
if (mPlayingQueue != null && !mPlayingQueue.
isEmpty
()) {
344
if (mPlayingQueue != null && !mPlayingQueue.
isEmpty
()) {
373
if (mPlayingQueue != null && !mPlayingQueue.
isEmpty
()) {
458
if (TextUtils.
isEmpty
(query)) {
470
if (mPlayingQueue != null && !mPlayingQueue.
isEmpty
()) {
658
if (mPlayingQueue == null || mPlayingQueue.
isEmpty
()) {
693
if (mPlayingQueue != null && !mPlayingQueue.
isEmpty
()) {
[
all
...]
/development/samples/browseable/PermissionRequest/src/com.example.android.permissionrequest/
SimpleWebServer.java
124
while (!TextUtils.
isEmpty
(line = reader.readLine())) {
209
if (TextUtils.
isEmpty
(fileName)) {
/development/samples/browseable/SpeedTracker/Application/src/com.example.android.wearable.speedtracker/
PhoneMainActivity.java
106
if (entries != null && !entries.
isEmpty
()) {
122
if (coordinates == null || coordinates.
isEmpty
()) {
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DualScaleXYPlotExampleActivity.java
175
if (! myXYPlot_RIGHT.getSeriesSet().
isEmpty
()) {
182
if (! myXYPlot_LEFT.getSeriesSet().
isEmpty
()) {
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyRepTest.java
149
// if (keyFactoryAlgorithm.
isEmpty
()) {
169
// if (keyFactoryAlgorithm.
isEmpty
()) {
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
ClientKeyExchangeTest.java
154
assertTrue("incorrect ClientKeyExchange", message.
isEmpty
());
171
assertTrue("Incorrect message decoding", message_2.
isEmpty
());
/external/autotest/frontend/client/src/autotest/afe/
JobListView.java
101
if (selectedSet.
isEmpty
()) {
240
if (selectionManager.
isEmpty
())
/external/autotest/frontend/client/src/autotest/tko/
FilterSelector.java
64
public boolean
isEmpty
() {
222
if (!filter.
isEmpty
()) {
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSSignedDataGenerator.java
84
if (!signerInfs.
isEmpty
())
90
// if (signerInfs.
isEmpty
())
Completed in 719 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>