OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:appStatus
(Results
1 - 6
of
6
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewProjectPage.java
769
IStatus
appStatus
= validateAppName();
770
if (
appStatus
!= null && (status == null
771
||
appStatus
.getSeverity() > status.getSeverity())) {
772
status =
appStatus
;
[
all
...]
/hardware/ril/libril/
ril.cpp
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
RIL.java
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
Completed in 158 milliseconds