aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/java/com/google/android/mobly/snippet/bundled/TelephonySnippet.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/com/google/android/mobly/snippet/bundled/TelephonySnippet.java b/src/main/java/com/google/android/mobly/snippet/bundled/TelephonySnippet.java
index ad0ac80..21c5d1e 100644
--- a/src/main/java/com/google/android/mobly/snippet/bundled/TelephonySnippet.java
+++ b/src/main/java/com/google/android/mobly/snippet/bundled/TelephonySnippet.java
@@ -51,7 +51,7 @@ public class TelephonySnippet implements Snippet {
}
@Rpc(
- description =
+ description =
"Returns a constant indicating the radio technology (network type) currently"
+ "in use on the device for data transmission.")
public int getDataNetworkType() {
@@ -59,7 +59,7 @@ public class TelephonySnippet implements Snippet {
}
@Rpc(
- description =
+ description =
"Returns a constant indicating the radio technology (network type) currently"
+ "in use on the device for voice transmission.")
public int getVoiceNetworkType() {