OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasPingId
(Results
1 - 3
of
3
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
WelcomeWizard.java
92
if (!store.
hasPingId
()) {
/sdk/sdkstats/src/com/android/sdkstats/
DdmsPreferenceStore.java
138
public boolean
hasPingId
() {
147
* To know if the ping ID is set, use {@link #
hasPingId
()}.
150
* The only proper way to know if the ping id is missing is to use {@link #
hasPingId
()}.
SdkStatsService.java
65
if (!mStore.
hasPingId
()) {
Completed in 118 milliseconds