HomeSort by relevance Sort by last modified time
    Searched refs:APP (Results 1 - 23 of 23) sorted by null

  /packages/apps/Mms/src/com/android/mms/util/
DraftCache.java 50 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {
68 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {
82 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {
100 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {
111 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
154 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {
158 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
178 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {
185 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {
  /ndk/build/core/
main.mk 60 # Check that APP is not empty
61 APP := $(strip $(APP))
62 ifndef APP
64 The APP variable is undefined or empty.)
74 # Check that all apps listed in APP do exist
75 _bad_apps := $(strip $(filter-out $(NDK_ALL_APPS),$(APP)))
78 APP variable defined to unknown applications: $(_bad_apps))
84 # Check that all apps listed in APP have an Application.mk
86 $(foreach _app,$(APP),\
    [all...]
  /packages/apps/Mms/tests/src/com/android/mms/util/
PhoneNumberComparisonTest.java 29 Log.i(LogTag.APP, "testCompareSmsShortcode");
  /bionic/libc/arch-x86/string/
strcpy.S 10 #APP
strcat.S 10 #APP
  /packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java 21 import android.app.Activity;
212 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
260 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) LogTag.debug("loadFromUri %s", uri);
292 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) LogTag.debug("loadFromConversation %s", conv);
353 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
750 if (LogTag.VERBOSE || Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
778 if (LogTag.VERBOSE || Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
    [all...]
RecipientIdCache.java 150 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
165 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
Conversation.java 308 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
374 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
486 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
795 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
830 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
    [all...]
Contact.java 44 // if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
54 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
133 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
435 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
510 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
  /packages/apps/Mms/src/com/android/mms/model/
VideoModel.java 99 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
121 if (LOCAL_LOGV || Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
129 // if the Music player app is playing audio, we should pause that so it won't
ImageModel.java 167 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
MediaModel.java 337 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
MediaModelFactory.java 225 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
  /packages/apps/Mms/src/com/android/mms/ui/
UriImage.java 207 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
235 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
261 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
275 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
ComposeMessageActivity.java 43 import android.app.Activity;
44 import android.app.AlertDialog;
    [all...]
ConversationList.java 32 import android.app.AlertDialog;
33 import android.app.ListActivity;
237 // If we're in the middle of the app initialization where we're loading the conversation
258 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
291 setAlphabeticShortcut(android.app.SearchManager.MENU_KEY);
MessageUtils.java 44 import android.app.Activity;
45 import android.app.AlertDialog;
605 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
    [all...]
  /build/core/
product_config.mk 156 # Provide "APP-<appname>" targets, which lets you build
157 # an unbundled app.
159 unbundled_goals := $(strip $(filter APP-%,$(MAKECMDGOALS)))
162 $(error Only one APP-* goal may be specified; saw "$(unbundled_goals)"))
164 TARGET_BUILD_APPS := $(strip $(subst -, ,$(patsubst APP-%,%,$(unbundled_goals))))
185 # An unbundled app build needs only the core product makefiles.
  /packages/apps/Mms/src/com/android/mms/
LogTag.java 19 import android.app.Activity;
20 import android.app.AlertDialog;
30 public static final String APP = "Mms:app";
  /packages/apps/Mms/src/com/android/mms/transaction/
MessagingNotification.java 38 import android.app.Notification;
39 import android.app.NotificationManager;
40 import android.app.PendingIntent;
74 private static final String TAG = LogTag.APP;
123 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
186 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
308 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
375 if (Log.isLoggable(LogTag.APP, Log.VERBOSE))
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageDetail.java 19 import android.app.Activity;
20 import android.app.ActivityManager;
21 import android.app.ApplicationErrorReport;
56 APP
313 case APP:
PowerUsageSummary.java 41 import com.android.internal.app.IBatteryStats;
164 case APP:
505 // Add the app to the list if it is consuming power
507 BatterySipper app = new BatterySipper(this, mRequestQueue, mHandler, local
508 packageWithHighestDrain, DrainType.APP, 0, u,
510 app.cpuTime = cpuTime;
511 app.gpsTime = gpsTime;
512 app.wifiRunningTime = wifiRunningTimeMs;
513 app.cpuFgTime = cpuFgTime;
514 app.wakeLockTime = wakelockTime
    [all...]
  /external/srec/config/en.us/dictionary/
c0.6     [all...]

Completed in 1013 milliseconds