HomeSort by relevance Sort by last modified time
    Searched full:locallog (Results 76 - 94 of 94) sorted by null

1 2 34

  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
ScoredNetworkEvaluatorTest.java 38 import android.util.LocalLog;
89 mWifiConfigManager, new LocalLog(0), mScoreCache);
WifiConnectivityManagerTest.java 49 import android.util.LocalLog;
83 mLocalLog = new LocalLog(512);
122 private LocalLog mLocalLog;
    [all...]
  /frameworks/base/services/core/java/com/android/server/
TelephonyRegistry.java 49 import android.util.LocalLog;
190 private final LocalLog mLocalLog = new LocalLog(100);
    [all...]
ConnectivityService.java 104 import android.util.LocalLog;
105 import android.util.LocalLog.ReadOnlyLocalLog;
453 private final LocalLog mNetworkRequestInfoLogs = new LocalLog(MAX_NETWORK_REQUEST_LOGS);
457 private final LocalLog mNetworkInfoBlockingLogs = new LocalLog(MAX_NETWORK_INFO_LOGS);
460 private final LocalLog mWakelockLogs = new LocalLog(MAX_WAKELOCK_LOGS);
    [all...]
AlarmManagerService.java 89 import com.android.internal.util.LocalLog;
125 final LocalLog mLog = new LocalLog(TAG);
    [all...]
  /frameworks/base/services/net/java/android/net/ip/
IpManager.java 50 import android.util.LocalLog;
568 private final LocalLog mConnectivityPacketLog;
618 mConnectivityPacketLog = new LocalLog(MAX_PACKET_RECORDS);
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DcTrackerTest.java 64 import android.util.LocalLog;
    [all...]
  /frameworks/base/services/autofill/java/com/android/server/autofill/
Session.java 65 import android.util.LocalLog;
194 private final LocalLog mUiLatencyHistory;
417 @NonNull IBinder client, boolean hasCallback, @NonNull LocalLog uiLatencyHistory,
    [all...]
  /frameworks/av/services/audioflinger/
Threads.h 511 explicit ActiveTracks(SimpleLog *localLog = nullptr)
514 , mLocalLog(localLog)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SubscriptionController.java 96 * Copied from android.util.LocalLog with flush() adding flush and line number
97 * TODO: Update LocalLog
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTracker.java 71 import android.util.LocalLog;
220 private final LocalLog mDataRoamingLeakageLog = new LocalLog(50);
    [all...]
  /prebuilts/misc/common/robolectric/lib/
android-all-4.2.2_r1.2-robolectric-0-sources.jar 
android-all-4.3_r2-robolectric-0-sources.jar 
android-all-4.4_r1-robolectric-1-sources.jar 
android-all-5.0.0_r2-robolectric-1-sources.jar 
android-all-6.0.0_r1-robolectric-0-sources.jar 
android-all-4.1.2_r1-robolectric-0-sources.jar 
  /frameworks/base/services/
art-profile     [all...]
  /frameworks/base/config/
compiled-classes-phone     [all...]

Completed in 1396 milliseconds

1 2 34